This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
Re: [ANNOUNCE] Libgcj in gcc tree availability.
>>>>> "Alexandre" == Alexandre Oliva <aoliva@redhat.com> writes:
Alexandre> It appears to me that we need fastjar to be compiled with
Alexandre> CC_FOR_BUILD, not with CC (for host) nor CC_FOR_TARGET,
Alexandre> since we're going to run it in the build machine to create
Alexandre> libgcj.jar.
When doing a Canadian cross libgcj/Makefile should decide to use
fastjar from $PATH. In that case we can simply not build the fastjar
in the tree.
Alexandre> Maybe we should just assume fastjar to be pre-installed in
Alexandre> case of a Canadian cross?
Yes. That is how it worked for zip, and that is how it ought to
already work for fastjar.
Tom