mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-15 19:37:01 +00:00
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
@ -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
Block a user