This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch [ecj]: Fix cross-configury issues / compile ecj.jar for non-shared builds
- From: Tom Tromey <tromey at redhat dot com>
- To: gnustuff at thisiscool dot com
- Cc: java-patches at gcc dot gnu dot org, Adam Megacz <adam at megacz dot com>
- Date: 08 Dec 2006 12:21:21 -0700
- Subject: Re: Patch [ecj]: Fix cross-configury issues / compile ecj.jar for non-shared builds
- References: <POE9872SQC9ZUE09625ZRNCBMJLVT.4577c904@d9300>
- Reply-to: tromey at redhat dot com
>>>>> "Mohan" == Mohan Embar <gnustuff@thisiscool.com> writes:
Mohan> This patch unbreaks the (linux,mingw) cross build and also
Mohan> allows building the native Windows compiler on Linux.
This is ok, thanks.
Mohan> This patch probably doesn't properly handle the selection of
Mohan> the build-x-host compiler. It simply picks the name based on
Mohan> $with_cross_host instead of doing the proper configure tests
Mohan> for it.
I think you're simply required to have one available. If you're
building an ordinary cross, this is just the system compiler. If
you're building a canadian cross, you need one to build gcc, etc.
Tom