Two small ecj tweaks

Mark Wielaard mark at klomp.org
Sun Nov 30 14:07:06 PST 2008


Hi,

Two tweaks to make sure we have a fast bootstrap ecj available. This
makes sure that when we compile the ecj jar with gcj we use
-findirect-dispatch so any unresolved references in the jar itself don't
make the compilation fail (like what would happen with the
eclipse-ecj.jar from fedora 10). Also if we don't have a native-ecj (not
configured --with-gcj), but we did detect an ecj binary then use that
first before falling back on full interpretation with gij.

2008-11-30  Mark Wielaard  <mark at klomp.org>

    * Makefile.am (stamps/native-ecj.stamp): Use -findirect-dispatch.
    * javac.in: Use ecj binary if available and no native-ecj.

Committed and pushed,

Mark
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ecj.patch
Type: text/x-patch
Size: 960 bytes
Desc: 
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20081130/ec15ee81/ecj.patch 


More information about the distro-pkg-dev mailing list