diff options
-rw-r--r-- | toolchain/Config.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in index cb557d4ad3..29de30d7e9 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -237,7 +237,7 @@ comment "C Library" choice prompt "C Library implementation" if TOOLCHAINOPTS - default LIBC_USE_UCLIBC if arc + default LIBC_USE_GLIBC if arc default LIBC_USE_MUSL help Select the C library implementation. @@ -245,7 +245,6 @@ choice config LIBC_USE_GLIBC bool "Use glibc" select USE_GLIBC - depends on !arc config LIBC_USE_UCLIBC select USE_UCLIBC |