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
This commit is contained in:
parent
da66ea52ec
commit
9c59929e6e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue