emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#41854: closed ([PATCH] gnu: musl: Enable gcc wrapper.)


From: GNU bug Tracking System
Subject: bug#41854: closed ([PATCH] gnu: musl: Enable gcc wrapper.)
Date: Sun, 23 Jun 2024 06:28:02 +0000

Your message dated Sun, 23 Jun 2024 14:26:53 +0800
with message-id <87le2wjhsi.fsf@iscas.ac.cn>
and subject line Re: [bug#41854] [PATCH] gnu: musl: Enable gcc wrapper.
has caused the debbugs.gnu.org bug report #41854,
regarding [PATCH] gnu: musl: Enable gcc wrapper.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
41854: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=41854
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: musl: Enable gcc wrapper. Date: Sun, 14 Jun 2020 16:53:08 +0200
* gnu/packages/musl.scm (musl)[arguments]<#:configure-flags>: Delete.
---
 gnu/packages/musl.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/musl.scm b/gnu/packages/musl.scm
index 44c39750d6..61519a36e0 100644
--- a/gnu/packages/musl.scm
+++ b/gnu/packages/musl.scm
@@ -38,9 +38,7 @@
                 "1s6lix02k1ijm4nmhzpmwzk5w6xfkhn70nvvk8zjs51r24cpppn6"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:tests? #f                      ; musl has no tests
-       #:configure-flags
-       (list "--disable-gcc-wrapper")))
+     `(#:tests? #f))                    ; musl has no tests
     (synopsis "Small C standard library")
     (description "musl is a simple and lightweight C standard library.  It
 strives to be correct in the sense of standards-conformance and safety.")



--- End Message ---
--- Begin Message --- Subject: Re: [bug#41854] [PATCH] gnu: musl: Enable gcc wrapper. Date: Sun, 23 Jun 2024 14:26:53 +0800 User-agent: mu4e 1.12.4; emacs 30.0.50
Noé Lopez via Guix-patches via <guix-patches@gnu.org> writes:

> Hi,
>
> This patch was going to be merged but it was forgotten. It still
> builds fine on my end.
>
> Can someone merge this please?
>
> Thanks in advance,
> Noé Lopez

push, see 
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=36fcf6092f47ae5d4fad24b3f2f7025f6214a1c3

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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