From 58b40a6702c7a7e9203aacce83273698b8f3e535 Mon Sep 17 00:00:00 2001 From: "Francois H. Theron" Date: Tue, 1 May 2018 15:26:51 +0000 Subject: 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 --- configure | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure') 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" -- cgit v1.1