From: Jo-Philipp Wich Date: Tue, 10 Apr 2012 21:04:06 +0000 (+0000) Subject: [toolchain] exclude CONFIG_GDB on avr32, allows enabling CONFIG_GDB unconditionally... X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=a432055c7e5d618d4e223fd5199ae8f0e42ca94b;p=15.05%2Fopenwrt.git [toolchain] exclude CONFIG_GDB on avr32, allows enabling CONFIG_GDB unconditionally without failing avr32 builds git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31249 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/toolchain/Config.in b/toolchain/Config.in index c027be8212..13446ec9f5 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -160,6 +160,7 @@ comment "Debuggers" config GDB bool + depends !avr32 prompt "Build gdb" if TOOLCHAINOPTS default n help