uClibc: mark as broken for all architectures that use musl by default
[openwrt.git] / toolchain / Config.in
index adc2b29..deff21a 100644 (file)
@@ -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