[package] libpcap: explicitely disable libnl support to prevent different build resul...
[openwrt.git] / toolchain / Config.in
index 7545032..c027be8 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"
 
This page took 0.03197 seconds and 4 git commands to generate.