X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=toolchain%2FConfig.in;h=f3464a8ad7132137a5b3ee751aa7780e5b8caf65;hb=70fa90052a238801c47a5293cb5ac9b1f4449924;hp=0d03a2872b205bf11068fcfae1ef2dc478822c22;hpb=d5f527f3cee5cec5744d2a6f3ccd2cdae7adaca8;p=15.05%2Fopenwrt.git diff --git a/toolchain/Config.in b/toolchain/Config.in index 0d03a2872b..f3464a8ad7 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -212,13 +212,13 @@ comment "C Library" choice prompt "C Library implementation" if TOOLCHAINOPTS default LIBC_USE_GLIBC if (aarch64 || aarch64_be) + default LIBC_USE_UCLIBC help Select the C library implementation. config LIBC_USE_GLIBC - bool "Use glibc" + bool "Use (e)glibc" select USE_GLIBC - depends on !avr32 config LIBC_USE_UCLIBC select USE_UCLIBC @@ -228,7 +228,8 @@ choice config LIBC_USE_MUSL select USE_MUSL bool "Use musl" - depends on !(mips64 || mips64el || aarch64 || aarch64_be) + depends on BROKEN + depends on !(mips64 || mips64el) endchoice @@ -241,7 +242,7 @@ comment "Debuggers" config GDB bool - depends on !(avr32 || aarch64 || aarch64_be) + depends on !(aarch64 || aarch64_be) prompt "Build gdb" if TOOLCHAINOPTS default y if !EXTERNAL_TOOLCHAIN help