This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: Java Compiling on HPUX 11.00
- From: "Boehm, Hans" <hans_boehm at hp dot com>
- To: "'tromey at redhat dot com'" <tromey at redhat dot com>, Iain Wiseman <bibble at paradise dot net dot nz>
- Cc: java at gcc dot gnu dot org
- Date: Thu, 19 Sep 2002 10:58:30 -0700
- Subject: RE: Java Compiling on HPUX 11.00
> From: Tom Tromey [mailto:tromey@redhat.com]
> Iain> On HPUX
> Iain> 1) gcj will not build
>
> If you can live without those, and assuming the GC works on that
> platform (I haven't looked), then doing a port isn't too difficult.
> Usually it is just configuration tweaks here and there.
>
The GC should work as is, including parallel collection.
Not surprisingly, I do have access to that platform, and I test the GC there fairly regularly. What I'm lacking is the PA-RISC ABI expertise for libffi (and time).
Hans