diff options
author | Nick Clifton <nickc@redhat.com> | 2002-08-06 09:18:28 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-08-06 09:18:28 +0000 |
commit | 17240c1ff6ccfb3257a4ef23be79a5610b9515e5 (patch) | |
tree | 1af79955aa3845f1118480eabfd8d8ccddaf70e4 /configure.in | |
parent | d006db6c0699e81d3caf84da6cced449354247f8 (diff) | |
download | gdb-17240c1ff6ccfb3257a4ef23be79a5610b9515e5.zip gdb-17240c1ff6ccfb3257a4ef23be79a5610b9515e5.tar.gz gdb-17240c1ff6ccfb3257a4ef23be79a5610b9515e5.tar.bz2 |
Add hppa-openbsd target
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index eedf89f..36bdf20 100644 --- a/configure.in +++ b/configure.in @@ -415,6 +415,7 @@ case "${target}" in hppa*-*-*elf* | \ parisc*-*-linux* | hppa*-*-linux* | \ hppa*-*-lites* | \ + hppa*-*-openbsd* | \ hppa*64*-*-*) noconfigdirs="$noconfigdirs ${libgcj}" # Do configure ld/binutils/gas for this case. |