toolchain: Simplify libc selection

This commit is contained in:
CN_SZTL 2019-10-26 08:47:02 +08:00
parent 09a29e8324
commit 08ca71b2f3
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -251,8 +251,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