From: florian Date: Thu, 30 May 2013 22:04:54 +0000 (+0000) Subject: toolchain: do not build GDB when using an external toolchain X-Git-Tag: fast2504n-3.10.28-merged~2446 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=f2a055f69096a92848b3f4a05eedc8ad49768a24;p=openwrt.git toolchain: do not build GDB when using an external toolchain The external toolchain should provide it if needed. Signed-off-by: Florian Fainelli git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36802 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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