package/gdb: disable for nds32

There is no support for nds32 in gdb.

Fixes:
  http://autobuild.buildroot.net/results/1a40b1ac5f06c856c2e30dbbb4e485022c438c72

Signed-off-by: Nylon Chen <nylon7@andestech.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 93173c614e)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Nylon Chen 2019-06-17 10:44:45 +08:00 committed by Peter Korsgaard
parent 550b1badcc
commit 2c8a395bc0
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ config BR2_PACKAGE_GDB_ARCH_SUPPORTS
depends on !BR2_microblaze
depends on !BR2_nios2
depends on !BR2_or1k
depends on !BR2_nds32
comment "gdb/gdbserver needs a toolchain w/ threads, threads debug"
depends on BR2_PACKAGE_GDB_ARCH_SUPPORTS

View File

@ -8,6 +8,7 @@ config BR2_PACKAGE_HOST_GDB_ARCH_SUPPORTS
depends on !BR2_nios2
depends on !BR2_or1k
depends on !BR2_riscv
depends on !BR2_nds32
comment "Host GDB Options"
depends on !BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY