This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH]: hppa support for OpenBSD


Hi Frederico,

  I have approved and applied this patch.

Cheers
        Nick

2002-07-09  Federico G. Schwindt <fgsch@olimpo.com.br>

        * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.

Index: configure.in
===================================================================
RCS file: /cvs/src/src/configure.in,v
retrieving revision 1.97
diff -u -r1.97 configure.in
--- configure.in	8 Jul 2002 22:18:40 -0000	1.97
+++ configure.in	9 Jul 2002 07:36:35 -0000
@@ -415,6 +415,7 @@
   hppa*-*-*elf* | \
   parisc*-*-linux* | hppa*-*-linux* | \
   hppa*-*-lites* | \
+  hppa*-*-openbsd* | \
   hppa*64*-*-*)
     noconfigdirs="$noconfigdirs ${libgcj}"
     # Do configure ld/binutils/gas for this case.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]