glibc: depends on !arc
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
e890caecb3
commit
cf1a90eb7f
@ -231,7 +231,6 @@ comment "C Library"
|
||||
|
||||
choice
|
||||
prompt "C Library implementation" if TOOLCHAINOPTS
|
||||
default LIBC_USE_GLIBC if arc
|
||||
default LIBC_USE_MUSL
|
||||
help
|
||||
Select the C library implementation.
|
||||
@ -239,6 +238,7 @@ choice
|
||||
config LIBC_USE_GLIBC
|
||||
bool "Use glibc"
|
||||
select USE_GLIBC
|
||||
depends on !arc
|
||||
|
||||
config LIBC_USE_MUSL
|
||||
select USE_MUSL
|
||||
@ -268,7 +268,6 @@ config GDB_PYTHON
|
||||
Enable the python bindings for GDB to allow using python in the gdb shell.
|
||||
|
||||
config USE_GLIBC
|
||||
default y if !TOOLCHAINOPTS && !EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN && (arc)
|
||||
bool
|
||||
|
||||
config USE_MUSL
|
||||
|
||||
Loading…
Reference in New Issue
Block a user