exclude CONFIG_GDB on avr32, allows enabling CONFIG_GDB unconditionally without faili...
[openwrt/staging/wigyori.git] / toolchain / Config.in
index c027be821284a66a827dd4adf4b9f14ea9a325a9..13446ec9f5aab66fbd780985b48dddfb6000ef05 100644 (file)
@@ -160,6 +160,7 @@ comment "Debuggers"
 
 config GDB
        bool
+       depends !avr32
        prompt "Build gdb" if TOOLCHAINOPTS
        default n
        help