aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-03-15 06:35:18 +0000
committerJohn Crispin <blogic@openwrt.org>2015-03-15 06:35:18 +0000
commit980da762cc9fbe250c4dc2b69964b7f292a3d122 (patch)
treee1e9cb9c03e2e63a8e9e8babe8db5dcfd6cee17e /toolchain
parent56c5f2ead61d9e2c83d6f9959a4c3c542887494b (diff)
downloadupstream-980da762cc9fbe250c4dc2b69964b7f292a3d122.tar.gz
upstream-980da762cc9fbe250c4dc2b69964b7f292a3d122.tar.bz2
upstream-980da762cc9fbe250c4dc2b69964b7f292a3d122.zip
toolchain: r44701 accidentially removed the uclibc default when TOOLCHAINOPTS is set
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44766 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in
index c8a02f3a76..bab583dd9c 100644
--- a/toolchain/Config.in
+++ b/toolchain/Config.in
@@ -212,6 +212,7 @@ comment "C Library"
choice
prompt "C Library implementation" if TOOLCHAINOPTS
default LIBC_USE_GLIBC if (aarch64 || aarch64_be)
+ default LIBC_USE_UCLIBC
help
Select the C library implementation.