[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/74: gnu: gcc-boot0: Fix building for aarch64-linux.
From: |
guix-commits |
Subject: |
34/74: gnu: gcc-boot0: Fix building for aarch64-linux. |
Date: |
Mon, 16 Dec 2024 03:34:57 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 9fca29ad0168a95028e4990f46f531d874e5ada5
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Dec 10 14:30:38 2024 +0200
gnu: gcc-boot0: Fix building for aarch64-linux.
* gnu/packages/commencement.scm (gcc-boot0)[inputs]: When building for
aarch64-linux use libstdc++-boot0 from gcc-5.
Change-Id: I647694e70e461e100052801874f50c5c20b49398
---
gnu/packages/commencement.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 1f8e7d9de3..3d35fa04d1 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2485,6 +2485,7 @@ exec " gcc "/bin/" program
;; The libstdc++ that libcc1 links against.
("libstdc++" ,(match (%current-system)
+ ("aarch64-linux" (make-libstdc++-boot0
gcc-5))
("powerpc64le-linux" (make-libstdc++-boot0
gcc-5))
("riscv64-linux" (make-libstdc++-boot0
gcc-7))
("x86_64-gnu" (make-libstdc++-boot0 gcc-14))
- 47/74: gnu: tdb: Update to 1.4.12; fixes build with gcc-14., (continued)
- 47/74: gnu: tdb: Update to 1.4.12; fixes build with gcc-14., guix-commits, 2024/12/16
- 61/74: gnu: libssh: Use -Wno-error= for Hurd cross-build., guix-commits, 2024/12/16
- 71/74: gnu: clang-runtime: Remove gcc-12,13,14 from native-ipnuts., guix-commits, 2024/12/16
- 70/74: Revert "gnu: gcc-4.7: Fix build with gcc-14.", guix-commits, 2024/12/16
- 68/74: gnu: gcc: Fix build with gcc-14., guix-commits, 2024/12/16
- 62/74: gnu: texinfo-4: Use -Wno-error= for Hurd cross-build., guix-commits, 2024/12/16
- 25/74: gnu: python-lxml: Update to 5.2.2; fixes build with gcc-14., guix-commits, 2024/12/16
- 23/74: gnu: guile-lzlib: Fix build with gcc-14., guix-commits, 2024/12/16
- 28/74: gnu: nlohmann-json: Update to 3.11.3; fixes build with gcc-14., guix-commits, 2024/12/16
- 41/74: gnu: bdb-4.8: Fix build with gcc-14., guix-commits, 2024/12/16
- 34/74: gnu: gcc-boot0: Fix building for aarch64-linux.,
guix-commits <=
- 31/74: gnu: libxaw3d: Update to 1.6.6, fixes build with gcc-14., guix-commits, 2024/12/16
- 54/74: gnu: tevent: Update to 0.16.1; fixes build with gcc-14., guix-commits, 2024/12/16
- 57/74: gnu: hurd: Use -Wno-error=., guix-commits, 2024/12/16
- 42/74: gnu: gamin: Fix build with gcc-14., guix-commits, 2024/12/16
- 18/74: gnu: bdb: Use automake-1.16.5., guix-commits, 2024/12/16
- 32/74: gnu: serf: Update to 1.3.10 and fix build with gcc-14., guix-commits, 2024/12/16
- 55/74: gnu: ldb: Update to 2.9.2; fixes build with gcc-14., guix-commits, 2024/12/16
- 56/74: gnu: flex: Use -Wno-error= for cross-build., guix-commits, 2024/12/16
- 67/74: bash-minimal: Use gcc-14 hurd/x86-linux build fix for all platforms., guix-commits, 2024/12/16