aboutsummaryrefslogtreecommitdiffstats
path: root/package/gdb/Config.in.host
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-04-13 04:09:11 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-04-13 20:13:40 +0200
commit0e49733b306b353aad3a29a2c7a6faf25841ef0b (patch)
treece57e98f2efe2bb424cc9344873be344012d90e8 /package/gdb/Config.in.host
parenteb29c831179791ef79164d2108fca4d34a603915 (diff)
downloadbuildroot-novena-0e49733b306b353aad3a29a2c7a6faf25841ef0b.tar.gz
buildroot-novena-0e49733b306b353aad3a29a2c7a6faf25841ef0b.zip
gdb: disable on AArch64
The mainline gdb does not yet have AArch64 support at all, so let's disable it for this platform. The external toolchain provided by Linaro has gdbserver + cross-gdb, so it already provides what's necessary to do some debugging. Fixes http://autobuild.buildroot.org/results/c330eb75bd2d3e2f002e7a362dd5b08c4fc7fafc/build-end.log. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/gdb/Config.in.host')
-rw-r--r--package/gdb/Config.in.host1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gdb/Config.in.host b/package/gdb/Config.in.host
index 1e092635a..a791f09e5 100644
--- a/package/gdb/Config.in.host
+++ b/package/gdb/Config.in.host
@@ -4,6 +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
help
Build a cross gdb that runs on the host machine and debugs
programs running on the target. It requires 'gdbserver'