toolchain: use glibc instead of uclibc for mips64 by default - uclibc is still buggy...
[openwrt/staging/yousong.git] / toolchain / Config.in
index 1e9460244dbf0f8e7c06b81d9dd9088c13cb688f..adc2b29e12d693b58ca06bfb2e01a5bed7a73024 100644 (file)
@@ -211,7 +211,7 @@ comment "C Library"
 
 choice
        prompt "C Library implementation" if TOOLCHAINOPTS
-       default LIBC_USE_UCLIBC if mips64 || mips64el
+       default LIBC_USE_GLIBC if mips64 || mips64el
        default LIBC_USE_MUSL
        help
          Select the C library implementation.