diff options
author | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-08-06 09:26:29 +0000 |
---|---|---|
committer | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-08-06 09:26:29 +0000 |
commit | dc0ea924a6d4591625bfb70cbdaf7af5fe0a18a9 (patch) | |
tree | 8f2016df2af789cfeceed4cfd5b255740e4ca18b /configure.in | |
parent | 05c6736d184afe33d6e69f2b766d0e6b4449ca97 (diff) | |
download | gcc-dc0ea924a6d4591625bfb70cbdaf7af5fe0a18a9.tar.gz |
Add hppa-openbsd target
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56066 138bc75d-0d04-0410-961f-82ee72b054a4
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. |