This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: FYI: submitted ecj patch upstream
>>>>> "Joel" == Joel Dice <dicej@mailsnare.net> writes:
Joel> Are there any legal or technical barriers to maintaining GCCMain.java
Joel> in the GCC source tree and generating ecj1.jar during the build
Joel> process?
We could change the build to assume an upstream-style ecj when we're
generating class files.
However... this may be a little fragile as we don't know whether the
upstream .jar will change in a way that breaks GCCMain. One nice
thing about keeping our own download is that we have more control over
changes.
Another nice thing about the current approach is that it provides a
smoke test of the gcj spec file processing code.
I don't know whether there are legal barriers.
Tom