[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/75: gnu: gcc-boot0: Fix building on powerpc64le-linux.
From: |
guix-commits |
Subject: |
05/75: gnu: gcc-boot0: Fix building on powerpc64le-linux. |
Date: |
Sun, 15 Dec 2024 18:06:26 -0500 (EST) |
janneke pushed a commit to branch core-packages-team-old
in repository guix.
commit 5289140ef00dd2413838fc201b1b3e977abb952c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Dec 10 13:10:14 2024 +0200
gnu: gcc-boot0: Fix building on powerpc64le-linux.
* gnu/packages/commencement.scm (gcc-boot0)[inputs]: When building for
powerpc64le-linux use libstdc++-boot0 from gcc-5.
Change-Id: I21df5ba91dcff9f6b83977996ef2d15306ab6ca9
---
gnu/packages/commencement.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 2b20a28ea2..787555c78f 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)
+ ("powerpc64le-linux" (make-libstdc++-boot0
gcc-5))
("riscv64-linux" (make-libstdc++-boot0
gcc-7))
("x86_64-gnu" (make-libstdc++-boot0 gcc-14))
(_ libstdc++-boot0)))
- 26/75: gnu: xmlto: Fix build with gcc-14., (continued)
- 26/75: gnu: xmlto: Fix build with gcc-14., guix-commits, 2024/12/15
- 20/75: gnu: libstdc++: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/15
- 33/75: gnu: localed: Fix build with gcc-14., guix-commits, 2024/12/15
- 34/75: gnu: gcc-boot0: Fix building for aarch64-linux., guix-commits, 2024/12/15
- 36/75: gnu: texlive-xdvi-bin: Fix build with gcc-14., guix-commits, 2024/12/15
- 37/75: gnu: fontforge: Update to 20230101 and fix build with gettext-0.23., guix-commits, 2024/12/15
- 42/75: gnu: gamin: Fix build with gcc-14., guix-commits, 2024/12/15
- 51/75: gnu: python-numpy: Update to 1.26.4 and fix build with gcc-14., guix-commits, 2024/12/15
- 57/75: gnu: hurd: Use -Wno-error=., guix-commits, 2024/12/15
- 58/75: gnu: netdde: Use -Wno-error=., guix-commits, 2024/12/15
- 05/75: gnu: gcc-boot0: Fix building on powerpc64le-linux.,
guix-commits <=
- 13/75: gnu: unzip: Fix build with gcc-14., guix-commits, 2024/12/15
- 02/75: Revert "Partial revert "gnu: bootstrap: %bootstrap-glibc: Also fix libm.so."", guix-commits, 2024/12/15
- 22/75: gnu: expect: Fix build with gcc-14., guix-commits, 2024/12/15
- 24/75: gnu: go-1.21.5: Skip test failing with gcc-14., guix-commits, 2024/12/15
- 25/75: gnu: python-lxml: Update to 5.2.2; fixes build with gcc-14., guix-commits, 2024/12/15
- 43/75: gnu: gn: Fix build with gcc-14., guix-commits, 2024/12/15
- 46/75: gnu: pth: Fix build with gcc-14., guix-commits, 2024/12/15
- 40/75: gnu: jack-1: Fix build with gcc-14., guix-commits, 2024/12/15
- 38/75: gnu: epson-inkjet-printer-escpr: Fix build with gcc-14., guix-commits, 2024/12/15
- 39/75: gnu: cyrus-sasl: Fix build mwith gcc-14., guix-commits, 2024/12/15