Skip to content
Snippets Groups Projects
Commit 57a8bd2b authored by John Crispin's avatar John Crispin
Browse files

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


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

SVN-Revision: 44766
parent b1953bdf
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment