guix_mirror_bot pushed a commit to branch core-packages-team in repository guix.
commit 858ec3ecd4d7c6cb186232a0d8ae8a2eaff14a13 Author: Zheng Junjie <[email protected]> AuthorDate: Wed Jul 22 09:30:30 2026 +0800 gnu: %gcc-static: Fix build. * gnu/packages/make-bootstrap.scm (%gcc-static)[arguments]: Remove relax-gcc-14s-strictness phase. --- gnu/packages/make-bootstrap.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm index 019f787065..3ac3e49bb9 100644 --- a/gnu/packages/make-bootstrap.scm +++ b/gnu/packages/make-bootstrap.scm @@ -528,7 +528,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}}") "}}")))) + (delete 'relax-gcc-14s-strictness))))) (inputs `(("zlib:static" ,zlib "static") ("isl:static" ,isl "static")
