summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-02-20 23:14:26 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-02-20 23:23:04 +0100
commitfaed40cf1dd378e764c8c202f9e4652ff845b148 (patch)
tree17a37680cbb0309d92706130c6c30104beba89bf /package
parent045651e253be4ec20abbff0cd2678b88509cbb20 (diff)
gdb: cross-gdb has no support for NIOS 2
Fixes: http://autobuild.buildroot.org/results/df0/df09e1fe301480b599be777bf26874d66a152810// Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package')
-rw-r--r--package/gdb/Config.in.host2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gdb/Config.in.host b/package/gdb/Config.in.host
index 9c7702892..8936dcbd4 100644
--- 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
+ depends on !BR2_aarch64 && !BR2_nios2
help
Build a cross gdb that runs on the host machine and debugs
programs running on the target. It requires 'gdbserver'