Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: "Francois H. Theron" <francois.theron@netronome.com>
To: gcc-patches@gnu.org
Cc: binutils@sourceware.org,	gdb-patches@sourceware.org
Subject: [PATCH] [configure] Added "nfp" to the build for binutils.
Date: Mon, 30 Apr 2018 18:21:00 -0000	[thread overview]
Message-ID: <20180430182141.28935-1-francois.theron@netronome.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]


* Excludes: ld gas gdb gprof sim
* For https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commit;h=fe944acf8f858cfe6bcfd00670a88847a464717c

Signed-off-by: Francois H. Theron <francois.theron@netronome.com>
---
 ChangeLog    | 6 ++++++
 configure    | 4 ++++
 configure.ac | 4 ++++
 3 files changed, 14 insertions(+)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-configure-Added-nfp-to-the-build-for-binutils.patch --]
[-- Type: text/x-patch; name="0001-configure-Added-nfp-to-the-build-for-binutils.patch", Size: 1272 bytes --]

diff --git a/ChangeLog b/ChangeLog
index 03e1852114..edb69ed8b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2018-04-30  Francois H. Theron <francois.theron@netronome.com>
+
+	* config.sub: Added "nfp" to basic_machine list.
+	* configure.ac: Added "nfp" target.
+	* configure: Regenerate.
+
 2018-02-13  Maciej W. Rozycki  <macro@mips.com>
 
 	* configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
diff --git a/configure b/configure
index 0601395512..69c99e99cc 100755
--- a/configure
+++ b/configure
@@ -3777,6 +3777,10 @@ case "${target}" in
   mt-*-*)
     noconfigdirs="$noconfigdirs sim"
     ;;
+  nfp-*-*)
+    noconfigdirs="$noconfigdirs ld gas gdb gprof sim"
+    noconfigdirs="$noconfigdirs $target_libraries"
+    ;;
   powerpc-*-aix*)
     # copied from rs6000-*-* entry
     noconfigdirs="$noconfigdirs gprof"
diff --git a/configure.ac b/configure.ac
index c343333652..a1edc369a2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1108,6 +1108,10 @@ case "${target}" in
   mt-*-*)
     noconfigdirs="$noconfigdirs sim"
     ;;
+  nfp-*-*)
+    noconfigdirs="$noconfigdirs ld gas gdb gprof sim"
+    noconfigdirs="$noconfigdirs $target_libraries"
+    ;;
   powerpc-*-aix*)
     # copied from rs6000-*-* entry
     noconfigdirs="$noconfigdirs gprof"

             reply	other threads:[~2018-04-30 18:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-30 18:21 Francois H. Theron [this message]
2018-04-30 19:52 ` Joel Brobecker
2018-05-01 11:41   ` Francois H. Theron
2018-05-01 15:28 ` Nick Clifton
2018-05-01 15:32   ` Francois H. Theron

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=20180430182141.28935-1-francois.theron@netronome.com \
    --to=francois.theron@netronome.com \
    --cc=binutils@sourceware.org \
    --cc=gcc-patches@gnu.org \
    --cc=gdb-patches@sourceware.org \
    /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