From 1063beb58c9a2f69913682b6923b08e6a7d192aa Mon Sep 17 00:00:00 2001 From: "Francois H. Theron" Date: Tue, 1 May 2018 16:23:21 +0100 Subject: Add the Netronome Flow Processor as a build target to the top-level configure.ac file. * configure.ac: Added "nfp" target. * configure: Regenerate. --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') 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" -- cgit v1.1