From: Nick Clifton Date: Tue, 6 Aug 2002 09:18:28 +0000 (+0000) Subject: Add hppa-openbsd target X-Git-Tag: drow-cplus-branchpoint~920 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=17240c1ff6ccfb3257a4ef23be79a5610b9515e5;p=thirdparty%2Fbinutils-gdb.git Add hppa-openbsd target --- diff --git a/ChangeLog b/ChangeLog index f95b52efe79..2e98ebbe450 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 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.