add support for GCC 4.7-linaro (based on GCC 4.7.1)
[librecmc/librecmc.git] / toolchain / Config.in
index 75450327fe23f69a266124d8919c22dc8e9e7d8f..13446ec9f5aab66fbd780985b48dddfb6000ef05 100644 (file)
@@ -160,6 +160,7 @@ comment "Debuggers"
 
 config GDB
        bool
+       depends !avr32
        prompt "Build gdb" if TOOLCHAINOPTS
        default n
        help
@@ -175,7 +176,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"