mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
toolchain: r44701 accidentially removed the uclibc default when TOOLCHAINOPTS is set
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44766 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
56c5f2ead6
commit
980da762cc
@ -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.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user