From: Francois H. Theron Date: Tue, 1 May 2018 15:26:51 +0000 (+0000) Subject: Add the Netronome Flow Processor (nfp) as a build target to the top-level configure... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=58b40a6702c7a7e9203aacce83273698b8f3e535;p=gcc.git Add the Netronome Flow Processor (nfp) as a build target to the top-level configure.ac file. * configure.ac: Added "nfp" target. * configure: Regenerate. From-SVN: r259800 --- diff --git a/ChangeLog b/ChangeLog index 89d5fe57a02..ec03a5bcdad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-05-01 Francois H. Theron + + * configure.ac: Added "nfp" target. + * configure: Regenerate. + 2018-04-30 Richard Biener PR bootstrap/85571 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"