all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#41854] [PATCH] gnu: musl: Enable gcc wrapper.
@ 2020-06-14 14:53 Danny Milosavljevic
  2020-06-21  9:47 ` Mathieu Othacehe
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Danny Milosavljevic @ 2020-06-14 14:53 UTC (permalink / raw)
  To: 41854; +Cc: Danny Milosavljevic

* 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.")




^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-06-23  6:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-14 14:53 [bug#41854] [PATCH] gnu: musl: Enable gcc wrapper Danny Milosavljevic
2020-06-21  9:47 ` Mathieu Othacehe
2021-03-12 10:01 ` Vincent Legoll
2024-06-22 14:25 ` Noé Lopez via Guix-patches via
2024-06-23  6:26   ` bug#41854: " Zheng Junjie

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.