projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3d3dbc
)
uClibc: mark as broken for all architectures that use musl by default
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 7 Nov 2015 12:11:44 +0000
(12:11 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 7 Nov 2015 12:11:44 +0000
(12:11 +0000)
We will only support uClibc for targets that actually need it.
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47401
toolchain/Config.in
patch
|
blob
|
history
diff --git
a/toolchain/Config.in
b/toolchain/Config.in
index adc2b29e12d693b58ca06bfb2e01a5bed7a73024..deff21aa1acc677416dc5050ce97180c0df0c4e3 100644
(file)
--- a/
toolchain/Config.in
+++ b/
toolchain/Config.in
@@
-224,6
+224,7
@@
choice
select USE_UCLIBC
bool "Use uClibc"
depends on !(aarch64 || aarch64_be)
+ depends on BROKEN || !(arm || armeb || i386 || x86_64 || mips || mipsel || mips64 || mips64el || powerpc)
config LIBC_USE_MUSL
select USE_MUSL