This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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: Class layout question


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)


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