Author: nbd Date: 2015-11-07 13:11:44 +0100 (Sat, 07 Nov 2015) New Revision: 47401
Modified: trunk/toolchain/Config.in Log: 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 <[email protected]> Modified: trunk/toolchain/Config.in =================================================================== --- trunk/toolchain/Config.in 2015-11-07 00:32:23 UTC (rev 47400) +++ trunk/toolchain/Config.in 2015-11-07 12:11:44 UTC (rev 47401) @@ -224,6 +224,7 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
