[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/21: Revert "Partial revert "gnu: make-bootstrap: Update gcc-static to
From: |
guix-commits |
Subject: |
03/21: Revert "Partial revert "gnu: make-bootstrap: Update gcc-static to gcc-14, for the 64bit Hurd."" |
Date: |
Thu, 5 Dec 2024 14:57:10 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit a4a6fb971e7ad554d3f9c3607823e72e3eddf611
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Dec 5 20:55:08 2024 +0100
Revert "Partial revert "gnu: make-bootstrap: Update gcc-static to gcc-14,
for the 64bit Hurd.""
This cleanup was reverted because it led to a world rebuild.
This reverts commit 7b64a96326bde6b51f887a96345ba89c115ceeae.
Change-Id: Ieefd576c365527267c04ee64292c15e9702d5254
---
gnu/packages/make-bootstrap.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm
index 59c117f226..e0dcca7b33 100644
--- a/gnu/packages/make-bootstrap.scm
+++ b/gnu/packages/make-bootstrap.scm
@@ -538,8 +538,7 @@ for `sh' in $PATH, and without nscd, and with static NSS
modules."
(substitute* (cons "gcc/config/rs6000/sysv4.h"
(find-files "gcc/config"
"^gnu-user.*\\.h$"))
- ((" -lgcc_s}}") "}}"))
- #$@(if (target-hurd64?) '() '(#t))))))))
+ ((" -lgcc_s}}") "}}"))))))))
(inputs
`(("zlib:static" ,zlib "static")
("isl:static" ,isl "static")
- branch core-packages-team created (now 005529027d), guix-commits, 2024/12/05
- 02/21: Revert "Partial revert "gnu: bootstrap: %bootstrap-glibc: Also fix libm.so."", guix-commits, 2024/12/05
- 05/21: gnu: commencement: gcc-final: Fix build for x86_64-linux with gcc-14., guix-commits, 2024/12/05
- 09/21: gnu: zip: Fix build with gcc-14., guix-commits, 2024/12/05
- 10/21: gnu: gettext: Fix build for x86_64-linux with gcc-14., guix-commits, 2024/12/05
- 03/21: Revert "Partial revert "gnu: make-bootstrap: Update gcc-static to gcc-14, for the 64bit Hurd."",
guix-commits <=
- 15/21: gnu: Re-Add automake-1.16.5., guix-commits, 2024/12/05
- 18/21: gnu: elfutils: Update to 0.192., guix-commits, 2024/12/05
- 01/21: Revert "Partial revert "gnu: bootstrap: %bootstrap-gcc: Also wrap g++ for the 64bit Hurd."", guix-commits, 2024/12/05
- 08/21: gnu: libffi: Update to 3.4.6., guix-commits, 2024/12/05
- 11/21: gnu: gettext: Update to 0.23., guix-commits, 2024/12/05
- 04/21: gnu: commencement: gcc-boot0: Fix build for x86_64-linux with gcc-14., guix-commits, 2024/12/05
- 13/21: gnu: automake: Fix build with gcc-14., guix-commits, 2024/12/05
- 14/21: gnu: automake: Update to 1.17., guix-commits, 2024/12/05
- 16/21: gnu: automake-1.16.5: Skip tests., guix-commits, 2024/12/05
- 12/21: gnu: unzip: Fix build with gcc-14., guix-commits, 2024/12/05