1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-16 20:23:53 +02:00

toolchain: r44701 accidentially removed the uclibc default when TOOLCHAINOPTS is set

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 44766
This commit is contained in:
John Crispin 2015-03-15 06:35:18 +00:00
parent b1953bdf27
commit 57a8bd2bc5

View 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.