This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Source for current ECJ not available on sourceware.org


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]