This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GCJ for Cross-Compiler for PPC target
- To: Duc Ngoc Le <le at inkra dot com>
- Subject: Re: GCJ for Cross-Compiler for PPC target
- From: Tom Tromey <tromey at redhat dot com>
- Date: 22 Jun 2001 10:33:34 -0600
- Cc: java at gcc dot gnu dot org, alk at pobox dot com, jsturm at one-point dot com
- References: <3B325716.F2D5F8AC@inkra.com>
- Reply-To: tromey at redhat dot com
>>>>> "Le" == Duc Ngoc Le <le@inkra.com> writes:
Le> I just wonder how hard or easy it is to build or configure the
Le> gcj compiler to take advantage of the ppc_7xx-gcc compiler.
You can't do that. You have to build gcj from scratch.
But you can configure and build gcj as a cross compiler. At least,
I've done it before -- we don't do it very frequently so some of the
support might be sketchy.
You do this the same way you would build any cross compiler. I'm sure
there is documentation on the gcc web site for this. Or you could
find out how the Hard Hat compiler was built and do the same thing.
Tom