From: Francois H. Theron Date: Tue, 1 May 2018 15:23:21 +0000 (+0100) Subject: Add the Netronome Flow Processor as a build target to the top-level configure.ac... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1063beb58c9a2f69913682b6923b08e6a7d192aa;p=binutils-gdb.git Add the Netronome Flow Processor as a build target to the top-level configure.ac file. * configure.ac: Added "nfp" target. * configure: Regenerate. --- diff --git a/ChangeLog b/ChangeLog index 03e18521143..1edbb6b766f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-05-01 Francois H. Theron + + * configure.ac: Added "nfp" target. + * configure: Regenerate. + 2018-02-13 Maciej W. Rozycki * configure.ac (noconfigdirs): Add `ld'. diff --git a/configure b/configure index 0601395512f..69c99e99cca 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 c3433336523..a1edc369a27 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"