[PATCH] gnu: musl: Enable gcc wrapper.

  • Open
  • quality assurance status badge
Details
3 participants
  • Danny Milosavljevic
  • Mathieu Othacehe
  • Vincent Legoll
Owner
unassigned
Submitted by
Danny Milosavljevic
Severity
normal
D
D
Danny Milosavljevic wrote on 14 Jun 2020 16:53
(address . guix-patches@gnu.org)(name . Danny Milosavljevic)(address . dannym@scratchpost.org)
20200614145308.32592-1-dannym@scratchpost.org
* gnu/packages/musl.scm (musl)[arguments]<#:configure-flags>: Delete.
---
gnu/packages/musl.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

Toggle diff (15 lines)
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.")
M
M
Mathieu Othacehe wrote on 21 Jun 2020 11:47
(name . Danny Milosavljevic)(address . dannym@scratchpost.org)(address . 41854@debbugs.gnu.org)
87mu4w4unx.fsf@gnu.org
Hey Danny,

Toggle quote (5 lines)
> - `(#: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
V
V
Vincent Legoll wrote on 12 Mar 2021 11:01
CAEwRq=r4+_ADPhtziH66ZUeLVueGOusWhG3OeXvqnfTEsGEOdg@mail.gmail.com
Hello,

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

--
Vincent Legoll
?