mirror of
https://github.com/openwrt/openwrt.git
synced 2024-11-27 11:54:04 +08:00
toolchain: gdb: activate on ARM64
gdb supports ARM64 since quite some time now, activate it there like on other CPU architectures. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
3a2a54c055
commit
e387a1b4e4
@ -268,7 +268,6 @@ comment "Debuggers"
|
|||||||
|
|
||||||
config GDB
|
config GDB
|
||||||
bool
|
bool
|
||||||
depends on !(aarch64 || aarch64_be)
|
|
||||||
prompt "Build gdb" if TOOLCHAINOPTS
|
prompt "Build gdb" if TOOLCHAINOPTS
|
||||||
default y if !EXTERNAL_TOOLCHAIN
|
default y if !EXTERNAL_TOOLCHAIN
|
||||||
help
|
help
|
||||||
|
Loading…
Reference in New Issue
Block a user