guix-commits
[Top][All Lists]
Advanced

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

branch hurd-team updated: squash! gnu: commencement: libstdc++-boot0: Fi


From: guix-commits
Subject: branch hurd-team updated: squash! gnu: commencement: libstdc++-boot0: Fix build with gcc-14.
Date: Thu, 21 Nov 2024 08:12:56 -0500

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/hurd-team by this push:
     new 1c9fb1fdf6 squash! gnu: commencement: libstdc++-boot0: Fix build with 
gcc-14.
1c9fb1fdf6 is described below

commit 1c9fb1fdf6b331f9a763d67a4369d8e0bb788f75
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Nov 21 14:11:46 2024 +0100

    squash! gnu: commencement: libstdc++-boot0: Fix build with gcc-14.
    
    Use target-hurd64? instead of looking at gcc version to be 14
    
    Change-Id: I7000e930f24caf65e5d3496170dcf0c8f3fb8e2b
---
 gnu/packages/commencement.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 68c57b17ca..44ec160363 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2289,7 +2289,7 @@ exec " gcc "/bin/" program
 
          ,@(substitute-keyword-arguments (package-arguments lib)
              ((#:configure-flags flags)
-              (if (eq? gcc gcc-14)
+              (if (target-hurd64?)
                   #~(cons* "--disable-shared"
                            "--disable-libstdcxx-dual-abi"
                            "--disable-libstdcxx-threads"



reply via email to

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