aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/Config.in
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2013-05-30 22:04:54 +0000
committerFlorian Fainelli <florian@openwrt.org>2013-05-30 22:04:54 +0000
commit9c59929e6ef268cbf5f059d0549694caf46a4ebe (patch)
treec98c4b92eec04327c8178bf991d15a6341b56c22 /toolchain/Config.in
parentda66ea52ec61920c5e8c0d28580da89735661a35 (diff)
downloadupstream-9c59929e6ef268cbf5f059d0549694caf46a4ebe.tar.gz
upstream-9c59929e6ef268cbf5f059d0549694caf46a4ebe.tar.bz2
upstream-9c59929e6ef268cbf5f059d0549694caf46a4ebe.zip
toolchain: do not build GDB when using an external toolchain
The external toolchain should provide it if needed. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36802
Diffstat (limited to 'toolchain/Config.in')
-rw-r--r--toolchain/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in
index 05cc350f2e..161e46fea8 100644
--- a/toolchain/Config.in
+++ b/toolchain/Config.in
@@ -195,7 +195,7 @@ config GDB
bool
depends on !avr32
prompt "Build gdb" if TOOLCHAINOPTS
- default y
+ default y if !EXTERNAL_TOOLCHAIN
help
Enable if you want to build the gdb