Browse Source

toolchain: Simplify libc selection

uClibc-ng is only needed for ARC. Simplify the conditions.

Signed-off-by: Rosen Penev <[email protected]>
Rosen Penev 6 years ago
parent
commit
8f02ab1839
1 changed files with 1 additions and 2 deletions
  1. 1 2
      toolchain/Config.in

+ 1 - 2
toolchain/Config.in

@@ -250,8 +250,7 @@ choice
 	config LIBC_USE_UCLIBC
 		select USE_UCLIBC
 		bool "Use uClibc"
-		depends on !(aarch64 || aarch64_be || powerpc64)
-		depends on BROKEN || !(arm || armeb || i386 || x86_64 || mips || mipsel || mips64 || mips64el || powerpc)
+		depends on BROKEN || arc
 
 	config LIBC_USE_MUSL
 		select USE_MUSL