package/gdb: disable for nds32
authorNylon Chen <nylon7@andestech.com>
Mon, 17 Jun 2019 02:44:45 +0000 (10:44 +0800)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 17 Jun 2019 18:28:05 +0000 (20:28 +0200)
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>
package/gdb/Config.in
package/gdb/Config.in.host

index ab3d2157b6b0907267158d7ca9051a381ef4c19b..6340bc49d5aaec0970c823749c009a7db9b7fffc 100644 (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
index 83ca8c8ff2619b451be7ef6efb390785afcea77b..6c17ceb0b26ecc9c009192822ab585e50b9b02f1 100644 (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