|
@@ -211,7 +211,7 @@ comment "C Library"
|
|
|
|
|
|
choice
|
|
choice
|
|
prompt "C Library implementation" if TOOLCHAINOPTS
|
|
prompt "C Library implementation" if TOOLCHAINOPTS
|
|
- default LIBC_USE_UCLIBC if mips64 || mips64el
|
|
|
|
|
|
+ default LIBC_USE_GLIBC if mips64 || mips64el
|
|
default LIBC_USE_MUSL
|
|
default LIBC_USE_MUSL
|
|
help
|
|
help
|
|
Select the C library implementation.
|
|
Select the C library implementation.
|