diff options
author | Federico G. Schwindt <fgsch@olimpo.com.br> | 2002-08-06 09:26:29 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2002-08-06 09:26:29 +0000 |
commit | 66350331ee8739a2bef95df899ac1bd3ac7cba3c (patch) | |
tree | 8f2016df2af789cfeceed4cfd5b255740e4ca18b /configure.in | |
parent | 379177405b415991c233ac577264ba77d2bc2c2b (diff) | |
download | gcc-66350331ee8739a2bef95df899ac1bd3ac7cba3c.tar.gz |
Add hppa-openbsd target
From-SVN: r56066
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 eedf89f0ea2..36bdf20dde1 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. |