From 8e97f87640a10336ac02cb0de246737bf9ed7ff9 Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 2 Nov 2015 18:12:01 +0000 Subject: [PATCH] toolchain: use glibc instead of uclibc for mips64 by default - uclibc is still buggy there in a few places Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47355 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- toolchain/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.35.1