toolchain: r44701 accidentially removed the uclibc default when TOOLCHAINOPTS is set
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 15 Mar 2015 06:35:18 +0000 (06:35 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 15 Mar 2015 06:35:18 +0000 (06:35 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44766 3c298f89-4303-0410-b956-a3cf2f4a3e73

toolchain/Config.in

index c8a02f3..bab583d 100644 (file)
@@ -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.