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://git.lede-project.org./?a=commitdiff_plain;h=57a8bd2bc5a057282acf214f1bcb58a5b7b97761;p=openwrt%2Fstaging%2Fkaloz.git toolchain: r44701 accidentially removed the uclibc default when TOOLCHAINOPTS is set Signed-off-by: John Crispin SVN-Revision: 44766 --- 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.