diff options
author | Janneke Nieuwenhuizen <janneke@gnu.org> | 2024-12-05 20:55:08 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-18 20:17:11 +0200 |
commit | d0131709fab2d9a6cd95b508a1989f18b2f2de2e (patch) | |
tree | dbb637cf51eff0f917be3779576cbf20814ca77c | |
parent | f189772fba0d285f368fbe4f7bb398c9da88c437 (diff) |
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
-rw-r--r-- | gnu/packages/make-bootstrap.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm index 864d84d89e..c2a51f9b8b 100644 --- a/gnu/packages/make-bootstrap.scm +++ b/gnu/packages/make-bootstrap.scm @@ -540,8 +540,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") |