glibc: remove all previous (ancient) versions, add 2.14 (partially based on a patch...
[openwrt/openwrt.git] / toolchain / Config.in
index 75450327fe23f69a266124d8919c22dc8e9e7d8f..c027be821284a66a827dd4adf4b9f14ea9a325a9 100644 (file)
@@ -175,7 +175,11 @@ config INSIGHT
 
 config USE_UCLIBC
        bool
-       default y if !TOOLCHAINOPTS
+       default y if !TOOLCHAINOPTS && !EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN
+
+config USE_EXTERNAL_LIBC
+       bool
+       default y if EXTERNAL_TOOLCHAIN || NATIVE_TOOLCHAIN
 
 source "toolchain/gcc/Config.version"