guix-commits
[Top][All Lists]
Advanced

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

03/26: squash! gnu: commencement: static-bash-for-glibc Fix x86-linux bu


From: guix-commits
Subject: 03/26: squash! gnu: commencement: static-bash-for-glibc Fix x86-linux build.
Date: Thu, 12 Dec 2024 08:50:01 -0500 (EST)

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

commit 3eeb5e42bd9b804806f6c175090d912b92a20bf1
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Dec 12 14:10:06 2024 +0100

    squash! gnu: commencement: static-bash-for-glibc Fix x86-linux build.
    
    Change-Id: I9e02ee26f0624bfed780ab5251ee6249e044dd37
---
 gnu/packages/commencement.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index b23d2beaea..74193765a4 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -3069,7 +3069,9 @@ exec ~a/bin/~a-~a -B~a/lib -Wl,-dynamic-linker -Wl,~a/~a 
\"$@\"~%"
             #~(append
                #$flags
                #$(if (target-linux?)
-                     #~'("CFLAGS=-g -O2 -Wno-implicit-function-declaration")
+                     #~`(,(string-append
+                           "CFLAGS=-g -O2"
+                           " -Wno-error=implicit-function-declaration"))
                      #~'())
                ;; Add a '-L' flag so that the pseudo-cross-ld of
                ;; BINUTILS-BOOT0 can find libc.a.



reply via email to

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