[openwrt/openwrt] toolchain: gdb: activate on ARM64
LEDE Commits
lede-commits at lists.infradead.org
Sat Feb 10 11:31:35 PST 2018
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/e387a1b4e4f57ec6e436990bca3de5de8d840d80
commit e387a1b4e4f57ec6e436990bca3de5de8d840d80
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Mon Feb 5 22:39:58 2018 +0100
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 at hauke-m.de>
---
toolchain/Config.in | 1 -
1 file changed, 1 deletion(-)
diff --git a/toolchain/Config.in b/toolchain/Config.in
index 3de2b10..96acf1e 100644
--- a/toolchain/Config.in
+++ b/toolchain/Config.in
@@ -268,7 +268,6 @@ comment "Debuggers"
config GDB
bool
- depends on !(aarch64 || aarch64_be)
prompt "Build gdb" if TOOLCHAINOPTS
default y if !EXTERNAL_TOOLCHAIN
help
More information about the lede-commits
mailing list