mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: musl: Enable gcc wrapper.
* gnu/packages/musl.scm (musl)[arguments]<#:configure-flags>: Delete. Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
parent
a83831f69f
commit
36fcf6092f
1 changed files with 1 additions and 3 deletions
|
@ -38,9 +38,7 @@ (define-public musl
|
||||||
"1r3mgky9d19b2285s274qxzlgs7sncx8plm01vd691sdx2xii8d9"))))
|
"1r3mgky9d19b2285s274qxzlgs7sncx8plm01vd691sdx2xii8d9"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; musl has no tests
|
`(#:tests? #f)) ; musl has no tests
|
||||||
#:configure-flags
|
|
||||||
(list "--disable-gcc-wrapper")))
|
|
||||||
(synopsis "Small C standard library")
|
(synopsis "Small C standard library")
|
||||||
(description "musl is a simple and lightweight C standard library. It
|
(description "musl is a simple and lightweight C standard library. It
|
||||||
strives to be correct in the sense of standards-conformance and safety.")
|
strives to be correct in the sense of standards-conformance and safety.")
|
||||||
|
|
Loading…
Reference in a new issue