X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=toolchain%2FConfig.in;h=bab583dd9c1b8b33a827c9f1916201470072cadf;hp=0d03a2872b205bf11068fcfae1ef2dc478822c22;hb=2e15b9579916cac13d0a5e4343413e65b4056d4c;hpb=3e2f57835342074a90843077c1c63c88a42e6217 diff --git a/toolchain/Config.in b/toolchain/Config.in index 0d03a2872b..bab583dd9c 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -212,11 +212,12 @@ 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. config LIBC_USE_GLIBC - bool "Use glibc" + bool "Use (e)glibc" select USE_GLIBC depends on !avr32