toolchain: default to glibc for ARC
[openwrt/staging/dedeckeh.git] / toolchain / Config.in
index cb557d4ad34e52060a37e464d56d4b6477ed6c95..29de30d7e90e3ddb9bd682dcfd91034a0baba939 100644 (file)
@@ -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