mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-08 02:09:48 +03:00
gdb: enable host-gdb on aarch64
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:0e49733b30gdb disabled for aarch644372449a4ftarget-gdb re-enabled Signed-off-by: Alex Suykov <alex.suykov@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
2c9aceea90
commit
c436ffbc7e
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user