This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: FYI: submitted ecj patch upstream
- From: Tom Tromey <tromey at redhat dot com>
- To: Andrew Pinski <pinskia at physics dot uc dot edu>
- Cc: java at gcc dot gnu dot org (GCC Java)
- Date: 09 Oct 2006 11:50:28 -0600
- Subject: Re: FYI: submitted ecj patch upstream
- References: <200610091742.k99HgZe8026643@earth.phy.uc.edu>
- Reply-to: tromey at redhat dot com
>>>>> "Andrew" == Andrew Pinski <pinskia@physics.uc.edu> writes:
Tom> I looked at writing an "ecj1" driver that does a pure translation of
Tom> command-line arguments, but I don't think that is possible due to our
Tom> need to differentiate between "primary" and "dependency" classes on
Tom> the output end.
Andrew> Why not just create a C program that converts the options and place
Andrew> that into the GCC repo and have it build with the rest of the compiler?
Like I said, I don't think it is possible.
Andrew> I think this is a very very bad idea as it means we have to go out
Andrew> and grab too many things.
You will have to download between 1 and 3 jars, depending on how we
package it. Hmm... you'll also need a couple little driver scripts.
I'll look into automating this somehow.
Tom