From: Federico G. Schwindt Date: Tue, 6 Aug 2002 09:26:29 +0000 (+0000) Subject: Add hppa-openbsd target X-Git-Tag: releases/gcc-3.3.0~3422 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=66350331ee8739a2bef95df899ac1bd3ac7cba3c;p=thirdparty%2Fgcc.git Add hppa-openbsd target From-SVN: r56066 --- diff --git a/ChangeLog b/ChangeLog index 48fa8318cdd6..758fbbdd6e02 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-08-06 Federico G. Schwindt + + * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*. + 2002-08-04 H.J. Lu (hjl@gnu.org) * configure.in (mips*-*-linux*): Don't skip target-libffi. diff --git a/configure.in b/configure.in index eedf89f0ea23..36bdf20dde10 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.