diff options
author | Francois H. Theron <francois.theron@netronome.com> | 2018-05-01 16:23:21 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2018-05-01 16:23:21 +0100 |
commit | 1063beb58c9a2f69913682b6923b08e6a7d192aa (patch) | |
tree | 76fd67398b41e64b440cc0f316e56f7c6b284298 /configure.ac | |
parent | 1632f8baf04e7351f387e58957fc04498d90987d (diff) | |
download | gdb-1063beb58c9a2f69913682b6923b08e6a7d192aa.zip gdb-1063beb58c9a2f69913682b6923b08e6a7d192aa.tar.gz gdb-1063beb58c9a2f69913682b6923b08e6a7d192aa.tar.bz2 |
Add the Netronome Flow Processor as a build target to the top-level configure.ac file.
* configure.ac: Added "nfp" target.
* configure: Regenerate.
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" |