This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Re: [patch] libgcj on powerpc linux
- To: Brad Midgley <brad@pht.com>
- Subject: Re: [patch] libgcj on powerpc linux
- From: Tom Tromey <tromey@cygnus.com>
- Date: Mon, 2 Aug 1999 15:59:49 -0700
- Cc: java-patches@sourceware.cygnus.com, Franz.Sirl-kernel@lauterbach.com
- References: <Pine.LNX.3.95.990802160848.26128A-100000@pacific.pht.com>
>>>>> "Brad" == Brad Midgley <brad@pht.com> writes:
Brad> the debian project provided an implementation of the
Brad> test&set/clear methods for powerpc linux. I just patched it in
Brad> and included it.
Thanks. I have this patch and I'll be looking to include it later on.
Brad> the compile doesn't yet succeed; cc1 breaks on the
Brad> -fuse-divide-subroutine when gcj is called to link together
Brad> .libs/jv-convert (i'm using gcc 2.95 but i'll look around to see
Brad> why this happens in my build)
Are you using gcc 2.95 with the latest libgcj from the trunk? That
won't work. If you want to use the latest libgcj then you must use
the latest egcs. If you want to use gcc 2.95 then you have to use
libgcj 2.95 (released yesterday).
Tom