[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
36/61: gnu: gcc-boot0: Fix building for aarch64-linux.
From: |
guix-commits |
Subject: |
36/61: gnu: gcc-boot0: Fix building for aarch64-linux. |
Date: |
Thu, 12 Dec 2024 05:42:00 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 9b05e88df310beab37423682285ce272fda76f9c
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 22eacd2bdc..7b1eed79b0 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))
- 23/61: gnu: commencement: static-bash-for-glibc Fix x86-linux build., (continued)
- 23/61: gnu: commencement: static-bash-for-glibc Fix x86-linux build., guix-commits, 2024/12/12
- 25/61: gnu: guile-lzlib: Fix build with gcc-14., guix-commits, 2024/12/12
- 26/61: gnu: go-1.21.5: Skip test failing with gcc-14., guix-commits, 2024/12/12
- 29/61: gnu: cmake-bootstrap: Fix build with gcc-14., guix-commits, 2024/12/12
- 27/61: gnu: python-lxml: Update to 5.2.2; fixes build with gcc-14., guix-commits, 2024/12/12
- 28/61: gnu: xmlto: Fix build with gcc-14., guix-commits, 2024/12/12
- 32/61: gnu: hplip: Update to 3.24.4 and fix build with gcc-14., guix-commits, 2024/12/12
- 33/61: gnu: libxaw3d: Update to 1.6.6, fixes build with gcc-14., guix-commits, 2024/12/12
- 34/61: gnu: serf: Update to 1.3.10 and fix build with gcc-14., guix-commits, 2024/12/12
- 35/61: gnu: localed: Fix build with gcc-14., guix-commits, 2024/12/12
- 36/61: gnu: gcc-boot0: Fix building for aarch64-linux.,
guix-commits <=
- 37/61: gnu: zziplib: Update to 0.13.78; fixes build with gcc-14., guix-commits, 2024/12/12
- 38/61: gnu: texlive-xdvi-bin: Fix build with gcc-14., guix-commits, 2024/12/12
- 40/61: gnu: epson-inkjet-printer-escpr: Fix build with gcc-14., guix-commits, 2024/12/12
- 44/61: gnu: gamin: Fix build with gcc-14., guix-commits, 2024/12/12
- 43/61: gnu: bdb-4.8: Fix build with gcc-14., guix-commits, 2024/12/12
- 42/61: gnu: jack-1: Fix build with gcc-14., guix-commits, 2024/12/12
- 54/61: gnu: talloc: Update to 2.4.2; fixes build with gcc-14., guix-commits, 2024/12/12
- 55/61: gnu: slim: Fix build with gcc-14., guix-commits, 2024/12/12
- 56/61: gnu: tevent: Update to 0.16.1; fixes build with gcc-14., guix-commits, 2024/12/12
- 57/61: gnu: ldb: Update to 2.9.2; fixes build with gcc-14., guix-commits, 2024/12/12