guix-commits
[Top][All Lists]
Advanced

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

25/26: Revert "squash! gnu: commencement: static-bash-for-glibc Fix x86-


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

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

commit 77b0837dc49ef6d7fa19ada5086859ca3489b25e
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Dec 12 14:10:24 2024 +0100

    Revert "squash! gnu: commencement: static-bash-for-glibc Fix x86-linux 
build."
    
    Avoid world rebuild; also: this could/should be handled in 
bash-minimal/bash-static?
    
    This reverts commit 2e6e933f3bfade9f66a66087ed399028fa0a7750.
---
 gnu/packages/commencement.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 74193765a4..b23d2beaea 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -3069,9 +3069,7 @@ exec ~a/bin/~a-~a -B~a/lib -Wl,-dynamic-linker -Wl,~a/~a 
\"$@\"~%"
             #~(append
                #$flags
                #$(if (target-linux?)
-                     #~`(,(string-append
-                           "CFLAGS=-g -O2"
-                           " -Wno-error=implicit-function-declaration"))
+                     #~'("CFLAGS=-g -O2 -Wno-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]