X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=toolchain%2FConfig.in;h=49c3461a1bb647504af7a095db31d9ed4048f003;hb=a34af7211a5cffce9ee6ecdf0699b948d6415212;hp=1eb99e362a046f2832322a5c39acb85859db2e14;hpb=021737c5f697b4d1d6ed877a41567f8ed706ed5c;p=openwrt.git diff --git a/toolchain/Config.in b/toolchain/Config.in index 1eb99e362a..49c3461a1b 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -188,6 +188,7 @@ menuconfig EXTRA_TARGET_ARCH bool "n64" config MIPS64_ABI_N32 + depends on !LIBC_USE_MUSL bool "n32" config MIPS64_ABI_O32 @@ -210,7 +211,6 @@ comment "C Library" choice prompt "C Library implementation" if TOOLCHAINOPTS - default LIBC_USE_GLIBC if mips64 || mips64el default LIBC_USE_UCLIBC if arc default LIBC_USE_MUSL help @@ -230,7 +230,7 @@ choice config LIBC_USE_MUSL select USE_MUSL bool "Use musl" - depends on !(arc || mips64 || mips64el) + depends on !(arc) endchoice @@ -260,11 +260,11 @@ config USE_GLIBC bool config USE_UCLIBC - default y if !TOOLCHAINOPTS && !EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN && (arc || mips64 || mips64el) + default y if !TOOLCHAINOPTS && !EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN && (arc) bool config USE_MUSL - default y if !TOOLCHAINOPTS && !EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN && !(arc || mips64 || mips64el) + default y if !TOOLCHAINOPTS && !EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN && !(arc) bool config USE_EXTERNAL_LIBC