toolchain: use glibc instead of uclibc for mips64 by default - uclibc is still buggy there in a few places

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 47355
This commit is contained in:
Felix Fietkau 2015-11-02 18:12:01 +00:00
parent 25afe99b31
commit 36d3c4bdbf
1 changed files with 1 additions and 1 deletions

View 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.