aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-11-02 18:12:01 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-11-02 18:12:01 +0000
commitaf01083342c158059030a6fdcf369a786a0f9b01 (patch)
treed1e1e41d0a9a6ca538e4474b57e88252f4a942b8 /toolchain
parent20e347390b78de3f0a701e077aa1a69dd0977ec1 (diff)
downloadmaster-187ad058-af01083342c158059030a6fdcf369a786a0f9b01.tar.gz
master-187ad058-af01083342c158059030a6fdcf369a786a0f9b01.tar.bz2
master-187ad058-af01083342c158059030a6fdcf369a786a0f9b01.zip
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47355 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/Config.in2
1 files changed, 1 insertions, 1 deletions
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.