exclude CONFIG_GDB on avr32, allows enabling CONFIG_GDB unconditionally without faili...
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 10 Apr 2012 21:04:06 +0000 (21:04 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 10 Apr 2012 21:04:06 +0000 (21:04 +0000)
SVN-Revision: 31249

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