mirror of https://github.com/hak5/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 <florian@openwrt.org> SVN-Revision: 36802lede-17.01
parent
da66ea52ec
commit
9c59929e6e
|
@ -195,7 +195,7 @@ config GDB
|
||||||
bool
|
bool
|
||||||
depends on !avr32
|
depends on !avr32
|
||||||
prompt "Build gdb" if TOOLCHAINOPTS
|
prompt "Build gdb" if TOOLCHAINOPTS
|
||||||
default y
|
default y if !EXTERNAL_TOOLCHAIN
|
||||||
help
|
help
|
||||||
Enable if you want to build the gdb
|
Enable if you want to build the gdb
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue