aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-11-07 12:11:44 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-11-07 12:11:44 +0000
commit2e29046a9efbb9fcfabbf70c54b9f3026fcf4466 (patch)
treeed87c91bb7fc80337ba3feb685527257d6704c09 /toolchain/Config.in
parentc3d3dbc191812349ab8115c91ff705db85f02feb (diff)
downloadupstream-2e29046a9efbb9fcfabbf70c54b9f3026fcf4466.tar.gz
upstream-2e29046a9efbb9fcfabbf70c54b9f3026fcf4466.tar.bz2
upstream-2e29046a9efbb9fcfabbf70c54b9f3026fcf4466.zip
uClibc: mark as broken for all architectures that use musl by default
We will only support uClibc for targets that actually need it. Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47401
Diffstat (limited to 'toolchain/Config.in')
-rw-r--r--toolchain/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in
index adc2b29e12..deff21aa1a 100644
--- 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