Add hppa-openbsd target
From-SVN: r56066
This commit is contained in:
parent
379177405b
commit
66350331ee
2 changed files with 5 additions and 0 deletions
|
@ -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)
|
2002-08-04 H.J. Lu (hjl@gnu.org)
|
||||||
|
|
||||||
* configure.in (mips*-*-linux*): Don't skip target-libffi.
|
* configure.in (mips*-*-linux*): Don't skip target-libffi.
|
||||||
|
|
|
@ -415,6 +415,7 @@ case "${target}" in
|
||||||
hppa*-*-*elf* | \
|
hppa*-*-*elf* | \
|
||||||
parisc*-*-linux* | hppa*-*-linux* | \
|
parisc*-*-linux* | hppa*-*-linux* | \
|
||||||
hppa*-*-lites* | \
|
hppa*-*-lites* | \
|
||||||
|
hppa*-*-openbsd* | \
|
||||||
hppa*64*-*-*)
|
hppa*64*-*-*)
|
||||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||||
# Do configure ld/binutils/gas for this case.
|
# Do configure ld/binutils/gas for this case.
|
||||||
|
|
Loading…
Add table
Reference in a new issue