diff options
author | Francois H. Theron <francois.theron@netronome.com> | 2018-05-01 15:26:51 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2018-05-01 15:26:51 +0000 |
commit | 58b40a6702c7a7e9203aacce83273698b8f3e535 (patch) | |
tree | 2f775ae6224c0f2f202f6469b01daa31570800e1 /configure.ac | |
parent | 00ef0d038de4a016626a77704a539e021c2837da (diff) | |
download | gcc-58b40a6702c7a7e9203aacce83273698b8f3e535.zip gcc-58b40a6702c7a7e9203aacce83273698b8f3e535.tar.gz gcc-58b40a6702c7a7e9203aacce83273698b8f3e535.tar.bz2 |
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
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
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" |