This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Source for current ECJ not available on sourceware.org
- From: Tom Tromey <tromey at redhat dot com>
- To: Brett Neumeier <bneumeier at gmail dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 29 Jun 2010 11:09:33 -0600
- Subject: Re: Source for current ECJ not available on sourceware.org
- References: <AANLkTin6iwBAVhNeNDQ203UC1BUCYP-kLnsDXk2ufLcz@mail.gmail.com>
- Reply-to: tromey at redhat dot com
>>>>> "Brett" == Brett Neumeier <bneumeier@gmail.com> writes:
Brett> Are there any plans to publish the source code along with the binary
Brett> jar file? In the meantime, where can I find the source code for the
Brett> current ecj, as needed by gcc? Is there a source repository I can get
Brett> to?
Yes, check out the eclipse-gcj module from rhug CVS
(sourceware.org:/cvs/rhug). This module holds some changes to ecj,
plus a script to check out the proper upstream version. You can get the
sources with:
make login
make checkout
When we prepare a new version of ecj for use with gcj, we update the tag
in this module, check out a new version from upstream, then hack on
GCCMain.java until it works.
Tom