This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
Re: cross compiling libgcj for powerpc-linux?
- To: jeff dot sturm at commerceone dot com
- Subject: Re: cross compiling libgcj for powerpc-linux?
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 08 Nov 2000 13:43:24 -0700
- Cc: Mathias Kiss <mathias_kiss at hotmail dot com>, java-discuss at sources dot redhat dot com
- References: <F315CTaogxLDp7mvjkO00001504@hotmail.com> <3A096FA7.2A9BCC08@appnet.com>
- Reply-To: tromey at cygnus dot com
>>>>> "Jeff" == Jeff Sturm <jeff.sturm@appnet.com> writes:
Jeff> I don't think libgcj can be cross-compiled without
Jeff> modifications.
I've done it with our internal tree, and I'm pretty sure we don't have
any modifications.
Oh, wait -- I think the last time I did a cross build of libgcj we
didn't use libffi. Wow, that was a long time ago!
Anyway, it is possible to make it work but it probably requires some
hacking. For instance AC_CHECK_SIZEOF can be written to work when
doing cross builds (I think it already works that way in the cvs
autoconf).
Tom