projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efda80e
)
toolchain: mark musl as broken for the chaos_calmer branch
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 10 Jul 2015 11:28:44 +0000
(11:28 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 10 Jul 2015 11:28:44 +0000
(11:28 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46291
toolchain/Config.in
patch
|
blob
|
history
diff --git
a/toolchain/Config.in
b/toolchain/Config.in
index 7b365e4c5e613ec28306f810117dfbdcc85d3166..f3464a8ad7132137a5b3ee751aa7780e5b8caf65 100644
(file)
--- a/
toolchain/Config.in
+++ b/
toolchain/Config.in
@@
-228,6
+228,7
@@
choice
config LIBC_USE_MUSL
select USE_MUSL
bool "Use musl"
+ depends on BROKEN
depends on !(mips64 || mips64el)
endchoice