From: Felix Fietkau Date: Mon, 2 Nov 2015 18:12:01 +0000 (+0000) Subject: toolchain: use glibc instead of uclibc for mips64 by default - uclibc is still buggy... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Flynxis%2Fomap.git;a=commitdiff_plain;h=36d3c4bdbf42dcd80c963ba6066c505ab24882f3 toolchain: use glibc instead of uclibc for mips64 by default - uclibc is still buggy there in a few places Signed-off-by: Felix Fietkau SVN-Revision: 47355 --- diff --git a/toolchain/Config.in b/toolchain/Config.in index 1e9460244d..adc2b29e12 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -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.