Skip to content
Snippets Groups Projects
Commit 659f2419 authored by blogic's avatar blogic
Browse files

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


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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44766 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 72307f97
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