diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-04-10 21:04:06 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-04-10 21:04:06 +0000 |
commit | 4c2e50f287cc7caec7b45621ee8559f90590e754 (patch) | |
tree | 43fe0e1b89679070b91e5995e7141c9e7236b3ba /toolchain | |
parent | aa1a33e4662cc9409740f239abaa4471b29ac726 (diff) | |
download | upstream-4c2e50f287cc7caec7b45621ee8559f90590e754.tar.gz upstream-4c2e50f287cc7caec7b45621ee8559f90590e754.tar.bz2 upstream-4c2e50f287cc7caec7b45621ee8559f90590e754.zip |
exclude CONFIG_GDB on avr32, allows enabling CONFIG_GDB unconditionally without failing avr32 builds
SVN-Revision: 31249
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |