toolchain: use glibc instead of uclibc for mips64 by default - uclibc is still buggy...
authorFelix Fietkau <nbd@openwrt.org>
Mon, 2 Nov 2015 18:12:01 +0000 (18:12 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 2 Nov 2015 18:12:01 +0000 (18:12 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47355

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.