Преглед на файлове

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]>

SVN-Revision: 47401
Felix Fietkau преди 10 години
родител
ревизия
2e29046a9e
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      toolchain/Config.in

+ 1 - 0
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