Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-08-06 13:18:28 +0400
committerNick Clifton <nickc@redhat.com>2002-08-06 13:18:28 +0400
commit32438c512a0a2c26f5ba9c6a3a7437ba2b6b24cc (patch)
tree60136e3be44d51bd1f09079cf9baf932360ebd41
parent115a0885bcc97a70bb4314ba851ce12ee32fe74f (diff)
Add hppa-openbsd target
-rw-r--r--ChangeLog4
-rw-r--r--configure.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f95b52efe..2e98ebbe4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
+
+ * 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 eedf89f0e..36bdf20dd 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.