Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48804
bool "n64"
config MIPS64_ABI_N32
+ depends on !LIBC_USE_MUSL
bool "n32"
config MIPS64_ABI_O32
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
config LIBC_USE_MUSL
select USE_MUSL
bool "Use musl"
- depends on !(arc || mips64 || mips64el)
+ depends on !(arc)
endchoice
Enable if you want to build insight-gdb.
config USE_GLIBC
- default y if !TOOLCHAINOPTS && !EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN && (mips64 || mips64el)
bool
config USE_UCLIBC
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