1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02:00

Partial revert "gnu: make-bootstrap: Update gcc-static to gcc-14, for the 64bit Hurd."

This partially reverts commit ec8a5ec15f.

This part accidentally triggered a world rebuild for non-x86 architectures.

Change-Id: Id2f9bcbcda8dc86ea407e9a7857a854dc1a742b5
This commit is contained in:
Zheng Junjie 2024-12-04 22:38:37 +08:00
parent e00ca95e08
commit 7b64a96326
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -538,7 +538,8 @@ 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}}") "}}"))))))))
((" -lgcc_s}}") "}}"))
#$@(if (target-hurd64?) '() '(#t))))))))
(inputs
`(("zlib:static" ,zlib "static")
("isl:static" ,isl "static")