toolchain: use glibc instead of uclibc for mips64 by default - uclibc is still buggy...
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 2 Nov 2015 18:12:01 +0000 (18:12 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 2 Nov 2015 18:12:01 +0000 (18:12 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47355 3c298f89-4303-0410-b956-a3cf2f4a3e73

toolchain/Config.in

index 1e94602..adc2b29 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.