[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
43/51: gnu: commencement: libstdc++-boot0-gcc7: Replace by make-libstdc+
From: |
guix-commits |
Subject: |
43/51: gnu: commencement: libstdc++-boot0-gcc7: Replace by make-libstdc++-boot0. |
Date: |
Mon, 18 Nov 2024 18:13:26 -0500 (EST) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 8c661bf7155c564b28ffceadcfcc062fdf39ca4f
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Mon Nov 11 09:45:29 2024 +0100
gnu: commencement: libstdc++-boot0-gcc7: Replace by make-libstdc++-boot0.
* gnu/packages/commencement.scm (libstdc++-boot0-gcc7): Change variable
to...
(make-libstdc++-boot0): ...this new procedure and update accordingly.
(gcc-boot0): Update accordingly, and cater for x86_64-gnu.
Change-Id: Ib0bc84e4dab90b080e5a01e6ab932f8be456c656
---
gnu/packages/commencement.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index ad70bae501..a14de3002f 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2273,9 +2273,9 @@ exec " gcc "/bin/" program
(inputs (%boot0-inputs))
(native-inputs '()))))
-(define libstdc++-boot0-gcc7
+(define (make-libstdc++-boot0 gcc)
;; GCC >= 7 is needed by architectures which use C++-14 features.
- (let ((lib (make-libstdc++ gcc-7)))
+ (let ((lib (make-libstdc++ gcc)))
(package
(inherit lib)
(source (bootstrap-origin (package-source lib)))
@@ -2446,7 +2446,8 @@ exec " gcc "/bin/" program
;; The libstdc++ that libcc1 links against.
("libstdc++" ,(match (%current-system)
- ("riscv64-linux" libstdc++-boot0-gcc7)
+ ("riscv64-linux" (make-libstdc++-boot0
gcc-7))
+ ("x86_64-gnu" (make-libstdc++-boot0 gcc-14))
(_ libstdc++-boot0)))
;; Call it differently so that the builder can check whether
- 18/51: gnu: texinfo-4: Fix [cross-]build with gcc-14 and the 64bit Hurd., (continued)
- 18/51: gnu: texinfo-4: Fix [cross-]build with gcc-14 and the 64bit Hurd., guix-commits, 2024/11/18
- 20/51: gnu: netdde: Fix build with gcc-14., guix-commits, 2024/11/18
- 35/51: gnu: hurd: Build fixes for the 64bit Hurd., guix-commits, 2024/11/18
- 36/51: gnu: inetutils: Fix build for the 64bit Hurd., guix-commits, 2024/11/18
- 37/51: gnu: grub: Fix build for the 64bit Hurd., guix-commits, 2024/11/18
- 50/51: system: examples: Add devel-hurd64.tmpl., guix-commits, 2024/11/18
- 08/51: gnu: grep: Fix build for the 64bit Hurd., guix-commits, 2024/11/18
- 31/51: gnu: netdde: Update to c0ef248dc7c5ccc1273e2a796f3ece30c5b645df., guix-commits, 2024/11/18
- 42/51: gnu: commencement: hurd-headers-boot0: Update to 0.9.git20240714., guix-commits, 2024/11/18
- 12/51: gnu: glibc/hurd: Add patches for the 64bit Hurd., guix-commits, 2024/11/18
- 43/51: gnu: commencement: libstdc++-boot0-gcc7: Replace by make-libstdc++-boot0.,
guix-commits <=
- 27/51: gnu: libgpg-error: Support the 64bit Hurd., guix-commits, 2024/11/18
- 41/51: gnu: commencement: mig-boot0: Update to 1.8+git20231217.., guix-commits, 2024/11/18
- 47/51: gnu: bootstrap: %bootstrap-glibc: Also fix libm.so., guix-commits, 2024/11/18
- 40/51: gnu: commencement: gnumach-headers-boot0: Update to 1.8+git20240714., guix-commits, 2024/11/18
- 49/51: system: examples: Add bare-hurd64.tmpl., guix-commits, 2024/11/18