toolchain: r44701 accidentially removed the uclibc default when TOOLCHAINOPTS is set
authorJohn Crispin <john@openwrt.org>
Sun, 15 Mar 2015 06:35:18 +0000 (06:35 +0000)
committerJohn Crispin <john@openwrt.org>
Sun, 15 Mar 2015 06:35:18 +0000 (06:35 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44766

toolchain/Config.in

index c8a02f3a766ad28881f42823228655a43b377733..bab583dd9c1b8b33a827c9f1916201470072cadf 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.