Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Nylon Chen <nylon7@andestech.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/gdb: disable for nds32
Date: Mon, 17 Jun 2019 10:44:45 +0800	[thread overview]
Message-ID: <20190617024445.4077-1-nylon7@andestech.com> (raw)

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

             reply	other threads:[~2019-06-17  2:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-17  2:44 Nylon Chen [this message]
2019-06-17 18:33 ` [Buildroot] [PATCH 1/1] package/gdb: disable for nds32 Thomas Petazzoni
2019-06-23 21:25 ` Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190617024445.4077-1-nylon7@andestech.com \
    --to=nylon7@andestech.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox