From: nbd Date: Sat, 7 Nov 2015 12:11:44 +0000 (+0000) Subject: uClibc: mark as broken for all architectures that use musl by default X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=880ca029930f1539bb855a92616e817694b34498;p=openwrt-working-2016%2F.git 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47401 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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