mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
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 7b64a96326
.
Change-Id: Ieefd576c365527267c04ee64292c15e9702d5254
This commit is contained in:
parent
f421f402f0
commit
4b9f91079c
1 changed files with 1 additions and 2 deletions
|
@ -538,8 +538,7 @@ (define %gcc-static
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue