|
@@ -237,7 +237,7 @@ comment "C Library"
|
|
|
|
|
|
choice
|
|
choice
|
|
prompt "C Library implementation" if TOOLCHAINOPTS
|
|
prompt "C Library implementation" if TOOLCHAINOPTS
|
|
- default LIBC_USE_UCLIBC if arc
|
|
|
|
|
|
+ default LIBC_USE_GLIBC if arc
|
|
default LIBC_USE_MUSL
|
|
default LIBC_USE_MUSL
|
|
help
|
|
help
|
|
Select the C library implementation.
|
|
Select the C library implementation.
|
|
@@ -245,7 +245,6 @@ choice
|
|
config LIBC_USE_GLIBC
|
|
config LIBC_USE_GLIBC
|
|
bool "Use glibc"
|
|
bool "Use glibc"
|
|
select USE_GLIBC
|
|
select USE_GLIBC
|
|
- depends on !arc
|
|
|
|
|
|
|
|
config LIBC_USE_UCLIBC
|
|
config LIBC_USE_UCLIBC
|
|
select USE_UCLIBC
|
|
select USE_UCLIBC
|