toolchain: Simplify libc selection
This commit is contained in:
parent
09a29e8324
commit
08ca71b2f3
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user