[PATCH] gnu: musl: Enable gcc wrapper.

  • Done
  • quality assurance status badge
Details
5 participants
  • Danny Milosavljevic
  • Noé Lopez
  • Mathieu Othacehe
  • Vincent Legoll
  • Zheng Junjie
Owner
unassigned
Submitted by
Danny Milosavljevic
Severity
normal

Debbugs page

Danny Milosavljevic wrote 5 years ago
(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.")
Mathieu Othacehe wrote 5 years ago
(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
Vincent Legoll wrote 4 years ago
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
Noé Lopez wrote 9 months ago
[PATCH] gnu: musl: Enable gcc wrapper.
(address . 41854@debbugs.gnu.org)
87a5jd12bu.fsf@xn--no-cja.eu
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
Zheng Junjie wrote 9 months ago
(name . Noé Lopez via Guix-patches via)(address . guix-patches@gnu.org)
87le2wjhsi.fsf@iscas.ac.cn
Noé Lopez via Guix-patches via <guix-patches@gnu.org> writes:

Toggle quote (10 lines)
> 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

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmZ3wC0ACgkQO1qpk+Gi
3/DpFA/9F6vwkbEXFfEBIU9hZEUddefzcy25BLSFJiWdH1vO45KLxByrNzWNKKp6
DXxLiN05xKrhsaUb7+qhG+ube7vsYawGPI9pUcfyoSgp8uMAKphRbKEC4QZFKnSt
dhhfKouDc44SRqQfewQnoTkskEbauLrP3v80wLNPLoEEkViwvOTah1HlCRdwAhPZ
YIxWVy3yjAAmuyY6CG8OkEevPa/SWP5Pj1iX+ZG/B0ZM07QQcPZ4Nz28EwkhuXeJ
MNhIdfHcbrX9rZIw93l+tNJOMEZ5X+2lKCvPiZWI95hDkqdBHgs8f3S+HIH4mA4Q
ivKlZ1w+J/2hH7Rb3aIrEyWv0HwOb00MuRDfdHGplNOXY0RGhAJddEFtM7pPS0tN
t+BP29VpQtL396UssiIjdJo5jDCbcPfGRwEl0OJ1FpWpWxQibmWNndBZAEsh8FNg
MlCxpUIVAuIHJaUZo86oxo74Yv5SkkUfMZ/19XUx8faeS/jGSxWYatSQaI0iifhU
2qrKuMoTHJfQHUGh85Wi8hUApWzJ4sZ/fVDY5uij91Q24I15WasIyDKTxVQi7zf1
+41X8L14m93o9JfNXZWro+JzMH4OogfE7CFdBfoGxok6dig52riFuVRX0FujAhO4
58BbcJ1ptPpBYpx80mCy87AJQs0gJ8rCGiPKsKJ6SDamVU7IP50=
=+Ytg
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

To comment on this conversation send an email to 41854@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 41854
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help