mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36802 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user