perf: don't error on warnings
[openwrt/openwrt.git] / toolchain / Config.in
index 0d03a2872b205bf11068fcfae1ef2dc478822c22..bab583dd9c1b8b33a827c9f1916201470072cadf 100644 (file)
@@ -212,11 +212,12 @@ comment "C Library"
 choice
        prompt "C Library implementation" if TOOLCHAINOPTS
        default LIBC_USE_GLIBC if (aarch64 || aarch64_be)
+       default LIBC_USE_UCLIBC
        help
          Select the C library implementation.
 
        config LIBC_USE_GLIBC
-               bool "Use glibc"
+               bool "Use (e)glibc"
                select USE_GLIBC
                depends on !avr32