[Buildroot] [git commit branch/2019.05.x] package/gdb: disable for nds32

Peter Korsgaard peter at korsgaard.com
Sun Jun 23 21:24:34 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=2c8a395bc0f2e686304991c5732de55520264296
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2019.05.x

There is no support for nds32 in gdb.

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

Signed-off-by: Nylon Chen <nylon7 at andestech.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit 93173c614ef04c988e04647c653381727e2d3092)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/gdb/Config.in      | 1 +
 package/gdb/Config.in.host | 1 +
 2 files changed, 2 insertions(+)

diff --git a/package/gdb/Config.in b/package/gdb/Config.in
index 0c3465d145..4ee0e00df9 100644
--- a/package/gdb/Config.in
+++ b/package/gdb/Config.in
@@ -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
diff --git a/package/gdb/Config.in.host b/package/gdb/Config.in.host
index 969168ffa2..ea45f5f7af 100644
--- a/package/gdb/Config.in.host
+++ b/package/gdb/Config.in.host
@@ -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


More information about the buildroot mailing list