X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=toolchain%2FConfig.in;fp=toolchain%2FConfig.in;h=1e9460244dbf0f8e7c06b81d9dd9088c13cb688f;hp=7b365e4c5e613ec28306f810117dfbdcc85d3166;hb=19cdc50fc79cf9011e9ab9c046770d4a09306d61;hpb=64fa3f149679aac4a358c3b0cf49f8b1ee6fcc55 diff --git a/toolchain/Config.in b/toolchain/Config.in index 7b365e4c5e..1e9460244d 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -211,8 +211,8 @@ comment "C Library" choice prompt "C Library implementation" if TOOLCHAINOPTS - default LIBC_USE_GLIBC if (aarch64 || aarch64_be) - default LIBC_USE_UCLIBC + default LIBC_USE_UCLIBC if mips64 || mips64el + default LIBC_USE_MUSL help Select the C library implementation. @@ -257,13 +257,13 @@ config INSIGHT config USE_GLIBC bool - default y if !TOOLCHAINOPTS && !EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN && (aarch64 || aarch64_be || octeon) config USE_UCLIBC + default y if !TOOLCHAINOPTS && !EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN && (mips64 || mips64el) bool - default y if !TOOLCHAINOPTS && !EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN && !(aarch64 || aarch64_be || octeon) config USE_MUSL + default y if !TOOLCHAINOPTS && !EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN && !(mips64 || mips64el) bool config USE_EXTERNAL_LIBC