[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/249: gnu: gcc-boot0: Fix building for aarch64-linux.
From: |
guix-commits |
Subject: |
34/249: gnu: gcc-boot0: Fix building for aarch64-linux. |
Date: |
Mon, 6 Jan 2025 07:51:20 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 607d17fa7f2dca14609aa500dab901a32c3a2a53
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))
- 136/249: gnu: Add icu4c-71., (continued)
- 136/249: gnu: Add icu4c-71., guix-commits, 2025/01/06
- 140/249: gnu: zxing-cpp: Fix build with gcc-14., guix-commits, 2025/01/06
- 181/249: Revert "gnu: perl-tk: Fix build with gcc-14.", guix-commits, 2025/01/06
- 21/249: gnu: torsocks: Fix build with gcc-14., guix-commits, 2025/01/06
- 18/249: gnu: bdb: Use automake-1.16.5., guix-commits, 2025/01/06
- 09/249: gnu: libffi: Update to 3.4.6; fixes build with gcc-14., guix-commits, 2025/01/06
- 08/249: gnu: libffi: Fix build for x86_64-linux with gcc-14., guix-commits, 2025/01/06
- 28/249: gnu: nlohmann-json: Update to 3.11.3; fixes build with gcc-14., guix-commits, 2025/01/06
- 29/249: gnu: llvm-13: Fix build with gcc-14., guix-commits, 2025/01/06
- 43/249: gnu: gn: Fix build with gcc-14., guix-commits, 2025/01/06
- 34/249: gnu: gcc-boot0: Fix building for aarch64-linux.,
guix-commits <=
- 39/249: gnu: cyrus-sasl: Fix build mwith gcc-14., guix-commits, 2025/01/06
- 38/249: gnu: epson-inkjet-printer-escpr: Fix build with gcc-14., guix-commits, 2025/01/06
- 37/249: gnu: fontforge: Update to 20230101 and fix build with gettext-0.23., guix-commits, 2025/01/06
- 35/249: gnu: zziplib: Update to 0.13.78; fixes build with gcc-14., guix-commits, 2025/01/06
- 45/249: gnu: openldap: Update to 2.6.9; fixes build with gcc-14., guix-commits, 2025/01/06
- 48/249: gnu: Add cryptsetup-minimal., guix-commits, 2025/01/06
- 51/249: gnu: python-numpy: Update to 1.26.4 and fix build with gcc-14., guix-commits, 2025/01/06
- 61/249: gnu: libssh: Use -Wno-error= for Hurd cross-build., guix-commits, 2025/01/06
- 66/249: gnu: gcc-4.7: Add gcc-wrapper from gcc-final., guix-commits, 2025/01/06
- 69/249: gnu: gcc-4.7: Fix build with gcc-14., guix-commits, 2025/01/06