toolchain: Simplify libc selection
uClibc-ng is only needed for ARC. Simplify the conditions. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
f46a4a9293
commit
8f02ab1839
|
@ -250,8 +250,7 @@ choice
|
||||||
config LIBC_USE_UCLIBC
|
config LIBC_USE_UCLIBC
|
||||||
select USE_UCLIBC
|
select USE_UCLIBC
|
||||||
bool "Use uClibc"
|
bool "Use uClibc"
|
||||||
depends on !(aarch64 || aarch64_be || powerpc64)
|
depends on BROKEN || arc
|
||||||
depends on BROKEN || !(arm || armeb || i386 || x86_64 || mips || mipsel || mips64 || mips64el || powerpc)
|
|
||||||
|
|
||||||
config LIBC_USE_MUSL
|
config LIBC_USE_MUSL
|
||||||
select USE_MUSL
|
select USE_MUSL
|
||||||
|
|
Loading…
Reference in New Issue