guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/71: Revert "Partial revert "gnu: make-bootstrap: Update gcc-static to


From: guix-commits
Subject: 03/71: Revert "Partial revert "gnu: make-bootstrap: Update gcc-static to gcc-14, for the 64bit Hurd.""
Date: Sun, 15 Dec 2024 03:42:48 -0500 (EST)

janneke pushed a commit to branch core-packages-team
in repository guix.

commit 172b211df4c50eb2e90e2a6a74d5c3487c3b9164
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Dec 5 20:55:08 2024 +0100

    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
---
 gnu/packages/make-bootstrap.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm
index 59c117f226..e0dcca7b33 100644
--- a/gnu/packages/make-bootstrap.scm
+++ b/gnu/packages/make-bootstrap.scm
@@ -538,8 +538,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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]