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:
parent
e00ca95e08
commit
7b64a96326
1 changed files with 2 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue