Add the Netronome Flow Processor as a build target to the top-level configure.ac...
[deliverable/binutils-gdb.git] / configure.ac
index c3433336523c58cc403af3dd9895ffb7a77da974..a1edc369a27aac4662e82be5aa46fea3c7df1b12 100644 (file)
@@ -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"
This page took 0.041433 seconds and 4 git commands to generate.