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 | a432055c7e5d618d4e223fd5199ae8f0e42ca94b (patch) | |
tree | 19e3cb0d18d23e86d4443c27aec3ab5201d96796 /toolchain | |
parent | 1e75d3894389d685df4b004f455ce29109449a73 (diff) | |
download | upstream-a432055c7e5d618d4e223fd5199ae8f0e42ca94b.tar.gz upstream-a432055c7e5d618d4e223fd5199ae8f0e42ca94b.tar.bz2 upstream-a432055c7e5d618d4e223fd5199ae8f0e42ca94b.zip |
[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
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 |