gdb: cross-gdb has no support for NIOS 2
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 20 Feb 2014 22:14:26 +0000 (23:14 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 20 Feb 2014 22:23:04 +0000 (23:23 +0100)
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>
package/gdb/Config.in.host

index 9c770289266734335c20ba7e4144cb7b292bcc36..8936dcbd48f3688532a8cb20712b299841ef41da 100644 (file)
@@ -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'