projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c9acee
)
gdb: enable host-gdb on aarch64
author
Alex Suykov
<alex.suykov@gmail.com>
Tue, 20 Oct 2015 13:20:07 +0000
(16:20 +0300)
committer
Peter Korsgaard
<peter@korsgaard.com>
Tue, 20 Oct 2015 14:34:37 +0000
(16:34 +0200)
gdb has full support for aarch64 since version 7.6,
current minimum is 7.7.1.
Target build was re-enabled over a year ago, but host-gdb was not.
Related commits:
0e49733b306b353aad3a29a2c7a6faf25841ef0b
gdb disabled for aarch64
4372449a4f8e16f763c7d5a0c125ca015a7cbef6
target-gdb re-enabled
Signed-off-by: Alex Suykov <alex.suykov@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/gdb/Config.in.host
patch
|
blob
|
history
diff --git
a/package/gdb/Config.in.host
b/package/gdb/Config.in.host
index b66e74290d587210d726273cf2cb9ede2c977bc9..b65dd52e22ac0af9ebb5a3ebdc68e0197c524889 100644
(file)
--- a/
package/gdb/Config.in.host
+++ b/
package/gdb/Config.in.host
@@
-4,7
+4,7
@@
config BR2_PACKAGE_HOST_GDB
# allow to build a cross-gdb, as the one of the external
# toolchain should be used.
depends on !BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY
- depends on !BR2_
aarch64 && !BR2_
nios2
+ depends on !BR2_nios2
help
Build a cross gdb that runs on the host machine and debugs
programs running on the target. It requires 'gdbserver'