1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 20:55:27 +03:00

[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
This commit is contained in:
jow 2012-04-10 21:04:06 +00:00
parent a1f5b2e565
commit 091fd1b66b

View File

@ -160,6 +160,7 @@ comment "Debuggers"
config GDB
bool
depends !avr32
prompt "Build gdb" if TOOLCHAINOPTS
default n
help