unofficial mirror of guix-patches@gnu.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
  2021-03-12 10:01 ` Vincent Legoll
  0 siblings, 2 replies; 3+ 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] 3+ messages in thread

* [bug#41854] [PATCH] gnu: musl: Enable gcc wrapper.
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Mathieu Othacehe @ 2020-06-21  9:47 UTC (permalink / raw)
  To: Danny Milosavljevic; +Cc: 41854


Hey Danny,

> -     `(#:tests? #f                      ; musl has no tests
> -       #:configure-flags
> -       (list "--disable-gcc-wrapper")))
> +     `(#:tests? #f))                    ; musl has no tests

Not sure why it was disabled in the first place, but I think you can go
for it.

Thanks,

Mathieu




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

* [bug#41854] [PATCH] gnu: musl: Enable gcc wrapper.
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Vincent Legoll @ 2021-03-12 10:01 UTC (permalink / raw)
  To: Danny Milosavljevic, Mathieu Othacehe, 41854

Hello,

I don't remember why it was disabled, so
if it works for you, please go ahead and
commit.

-- 
Vincent Legoll




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

end of thread, other threads:[~2021-03-12 10:18 UTC | newest]

Thread overview: 3+ 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

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).