summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDanny Milosavljevic <dannym@scratchpost.org>2020-06-14 16:53:08 +0200
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-06-23 13:33:24 +0800
commit36fcf6092f47ae5d4fad24b3f2f7025f6214a1c3 (patch)
tree7d2101d053b14f525ac1a68342ac18acf33a8319 /gnu
parenta83831f69f329a33e8889e621b7463173a1f6c3f (diff)
gnu: musl: Enable gcc wrapper.
* gnu/packages/musl.scm (musl)[arguments]<#:configure-flags>: Delete. Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/musl.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/musl.scm b/gnu/packages/musl.scm
index 60fcbce150f..b783837ba5c 100644
--- a/gnu/packages/musl.scm
+++ b/gnu/packages/musl.scm
@@ -38,9 +38,7 @@
38 "1r3mgky9d19b2285s274qxzlgs7sncx8plm01vd691sdx2xii8d9")))) 38 "1r3mgky9d19b2285s274qxzlgs7sncx8plm01vd691sdx2xii8d9"))))
39 (build-system gnu-build-system) 39 (build-system gnu-build-system)
40 (arguments 40 (arguments
41 `(#:tests? #f ; musl has no tests 41 `(#:tests? #f)) ; musl has no tests
42 #:configure-flags
43 (list "--disable-gcc-wrapper")))
44 (synopsis "Small C standard library") 42 (synopsis "Small C standard library")
45 (description "musl is a simple and lightweight C standard library. It 43 (description "musl is a simple and lightweight C standard library. It
46strives to be correct in the sense of standards-conformance and safety.") 44strives to be correct in the sense of standards-conformance and safety.")