[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
265/290: gnu: commencement: gcc-boot0: Fix building on the 32bit Hurd.
From: |
guix-commits |
Subject: |
265/290: gnu: commencement: gcc-boot0: Fix building on the 32bit Hurd. |
Date: |
Wed, 26 Mar 2025 18:39:20 -0400 (EDT) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 6ba57d683086dfa68fd3491c24f7de1de4ac1989
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Wed Feb 12 15:00:41 2025 +0100
gnu: commencement: gcc-boot0: Fix building on the 32bit Hurd.
* gnu/packages/commencement.scm (gcc-boot0): Use gcc-5 for libstdc++-boot0
when building on i586-gnu.
Change-Id: I17b29192d0496ecefa1e0c0342ace7961bbd67fd
---
gnu/packages/commencement.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 1035f73473..05950cd707 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2511,6 +2511,7 @@ exec " gcc "/bin/" program
("aarch64-linux" (make-libstdc++-boot0
gcc-5))
("powerpc64le-linux" (make-libstdc++-boot0
gcc-5))
("riscv64-linux" (make-libstdc++-boot0
gcc-7))
+ ("i586-gnu" (make-libstdc++-boot0 gcc-5))
("x86_64-gnu" (make-libstdc++-boot0 gcc-14))
(_ libstdc++-boot0)))
- 224/290: gexp: Attempt to set LC_CTYPE in compiled-modules., (continued)
- 224/290: gexp: Attempt to set LC_CTYPE in compiled-modules., guix-commits, 2025/03/26
- 233/290: gnu: zstd: Update to 1.5.6., guix-commits, 2025/03/26
- 236/290: gnu: libunistring: Update to 1.3., guix-commits, 2025/03/26
- 235/290: gnu: lzip: Update to 1.25., guix-commits, 2025/03/26
- 249/290: gnu: iptables: Update to 1.8.11., guix-commits, 2025/03/26
- 251/290: gnu: nettle: Update to 3.10.1., guix-commits, 2025/03/26
- 254/290: gnu: libtasn1: Update to 4.20.0., guix-commits, 2025/03/26
- 255/290: gnu: glib: Update to 2.83.3. Fix test for tzdata@2025a., guix-commits, 2025/03/26
- 262/290: gnu: gnumach: Fix build., guix-commits, 2025/03/26
- 264/290: gnu: nvi: Fix build with gcc-14., guix-commits, 2025/03/26
- 265/290: gnu: commencement: gcc-boot0: Fix building on the 32bit Hurd.,
guix-commits <=
- 275/290: gnu: c-ares: Update to 1.34.4., guix-commits, 2025/03/26
- 279/290: gnu: guile: Add GUILE_EXTENSIONS_PATH to native-search-paths., guix-commits, 2025/03/26
- 86/290: gnu: jamvm-1-bootstrap: Fix build with gcc-14., guix-commits, 2025/03/26
- 129/290: gnu: Add icu4c-71., guix-commits, 2025/03/26
- 137/290: gnu: texlive-bin: Fix build with gcc-14., guix-commits, 2025/03/26
- 150/290: gnu: libjxr: Fix build with gcc-14., guix-commits, 2025/03/26
- 154/290: gnu: cura-engine: Fix build with gcc-14., guix-commits, 2025/03/26
- 184/290: gnu: telepathy-glib: Fix build with gcc-14., guix-commits, 2025/03/26
- 186/290: gnu: vorbis-tools: Fix build with gcc-14., guix-commits, 2025/03/26
- 190/290: gnu: sdl-image-1.2.12: Fix build with gcc-14., guix-commits, 2025/03/26