From: John Crispin Date: Sun, 15 Mar 2015 06:35:18 +0000 (+0000) Subject: toolchain: r44701 accidentially removed the uclibc default when TOOLCHAINOPTS is set X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=980da762cc9fbe250c4dc2b69964b7f292a3d122;p=15.05%2Fopenwrt.git toolchain: r44701 accidentially removed the uclibc default when TOOLCHAINOPTS is set Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44766 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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.