This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Class layout question
- From: Albert Chin <java at mlists dot thewrittenword dot com>
- To: java at gcc dot gnu dot org
- Date: Fri, 15 Jul 2005 13:23:01 -0500
- Subject: Re: Class layout question
- References: <200507131619.JAA02856@hpsje.cup.hp.com>
- Reply-to: java at gcc dot gnu dot org
On Wed, Jul 13, 2005 at 09:19:42AM -0700, Steve Ellcey wrote:
>
> I have been looking at bringing up the gcj compiler on IA64 HP-UX. It
> currently runs on IA64 Linux and with some local changes I can compile
> (but not run) java programs on HP-UX. Looking at the differences
> between HP-UX and Linux I see they are generating the exact same code
> sequence but different class layouts.
How about PA-RISC HP-UX? Looking at the top-level configure.in:
hppa*-*-*)
# According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
# build on HP-UX 10.20.
noconfigdirs="$noconfigdirs ld shellutils ${libgcj}"
--
albert chin (china@thewrittenword.com)