diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-05-30 22:04:54 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-05-30 22:04:54 +0000 |
commit | f2a055f69096a92848b3f4a05eedc8ad49768a24 (patch) | |
tree | 58a4761106dea321de81b9a9f0d87eddffb2c1fa | |
parent | 32179edbe505fd8fe66eb1a51c2da9e89e79a994 (diff) |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36802 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | toolchain/Config.in | 2 |
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 |