me
/
guix
Archived
1
0
Fork 0

gnu: musl: Enable gcc wrapper.

* gnu/packages/musl.scm (musl)[arguments]<#:configure-flags>: Delete.

Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
master
Danny Milosavljevic 2020-06-14 16:53:08 +02:00 committed by Zheng Junjie
parent a83831f69f
commit 36fcf6092f
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 1 additions and 3 deletions

View File

@ -38,9 +38,7 @@
"1r3mgky9d19b2285s274qxzlgs7sncx8plm01vd691sdx2xii8d9"))))
(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.")