* [Buildroot] [PATCH 1/1] package/gdb: disable for nds32
@ 2019-06-17 2:44 Nylon Chen
2019-06-17 18:33 ` Thomas Petazzoni
2019-06-23 21:25 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Nylon Chen @ 2019-06-17 2:44 UTC (permalink / raw)
To: buildroot
There is no support for nds32 in gdb.
Fixes:
http://autobuild.buildroot.net/results/1a40b1ac5f06c856c2e30dbbb4e485022c438c72
Signed-off-by: Nylon Chen <nylon7@andestech.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 ab3d2157b6..6340bc49d5 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 83ca8c8ff2..6c17ceb0b2 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
--
2.18.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-06-23 21:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-17 2:44 [Buildroot] [PATCH 1/1] package/gdb: disable for nds32 Nylon Chen
2019-06-17 18:33 ` Thomas Petazzoni
2019-06-23 21:25 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox