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-Tag: releases/gcc-9.1.0~7100 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fgcc.git;a=commitdiff_plain;h=58b40a6702c7a7e9203aacce83273698b8f3e535 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 89d5fe57a02f..ec03a5bcdad5 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 0601395512fd..69c99e99ccab 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 c3433336523c..a1edc369a27a 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"