This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Add the Netronome Flow Processor as a build target to the top-level configure.ac file.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=1063beb58c9a2f69913682b6923b08e6a7d192aa

commit 1063beb58c9a2f69913682b6923b08e6a7d192aa
Author: Francois H. Theron <francois.theron@netronome.com>
Date:   Tue May 1 16:23:21 2018 +0100

    Add the Netronome Flow Processor as a build target to the top-level configure.ac file.
    
    	* configure.ac: Added "nfp" target.
    	* configure: Regenerate.

Diff:
---
 ChangeLog    | 5 +++++
 configure    | 4 ++++
 configure.ac | 4 ++++
 3 files changed, 13 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 03e1852..1edbb6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-05-01  Francois H. Theron  <francois.theron@netronome.com>
+
+	* 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 0601395..69c99e9 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 c343333..a1edc36 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"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]