[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
33/290: gnu: gcc-boot0: Fix building for aarch64-linux.
From: |
guix-commits |
Subject: |
33/290: gnu: gcc-boot0: Fix building for aarch64-linux. |
Date: |
Mon, 31 Mar 2025 05:05:33 -0400 (EDT) |
andreas pushed a commit to branch core-packages-team
in repository guix.
commit f05250b86706915388ea00010499ec02678ba97a
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))
- 36/290: gnu: fontforge: Update to 20230101 and fix build with gettext-0.23., (continued)
- 36/290: gnu: fontforge: Update to 20230101 and fix build with gettext-0.23., guix-commits, 2025/03/31
- 40/290: gnu: bdb-4.8: Fix build with gcc-14., guix-commits, 2025/03/31
- 63/290: gnu: bootstrap: %bootstrap-glibc: Patch more files., guix-commits, 2025/03/31
- 20/290: gnu: libstdc++: Fix build for linux with gcc-14., guix-commits, 2025/03/31
- 23/290: gnu: guile-lzlib: Fix build with gcc-14., guix-commits, 2025/03/31
- 25/290: gnu: python-lxml: Update to 5.2.2; fixes build with gcc-14., guix-commits, 2025/03/31
- 24/290: gnu: go-1.21.5: Skip test failing with gcc-14., guix-commits, 2025/03/31
- 29/290: gnu: llvm-13: Fix build with gcc-14., guix-commits, 2025/03/31
- 31/290: gnu: serf: Update to 1.3.10 and fix build with gcc-14., guix-commits, 2025/03/31
- 32/290: gnu: localed: Fix build with gcc-14., guix-commits, 2025/03/31
- 33/290: gnu: gcc-boot0: Fix building for aarch64-linux.,
guix-commits <=
- 34/290: gnu: zziplib: Update to 0.13.78; fixes build with gcc-14., guix-commits, 2025/03/31
- 35/290: gnu: texlive-xdvi-bin: Fix build with gcc-14., guix-commits, 2025/03/31
- 39/290: gnu: jack-1: Fix build with gcc-14., guix-commits, 2025/03/31
- 41/290: gnu: gamin: Fix build with gcc-14., guix-commits, 2025/03/31
- 44/290: gnu: openldap: Update to 2.6.9; fixes build with gcc-14., guix-commits, 2025/03/31
- 47/290: gnu: Add cryptsetup-minimal., guix-commits, 2025/03/31
- 48/290: gnu: Use cryptsetup-minimal instead of cryptsetup., guix-commits, 2025/03/31
- 51/290: gnu: talloc: Update to 2.4.2; fixes build with gcc-14., guix-commits, 2025/03/31
- 49/290: gnu: openblas: Update to 0.3.28; fixes build with gcc-14., guix-commits, 2025/03/31
- 53/290: gnu: tevent: Update to 0.16.1; fixes build with gcc-14., guix-commits, 2025/03/31