This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Compiling GCC with g++: a report
- From: Tom Tromey <tromey at redhat dot com>
- To: Ranjit Mathew <rmathew at gmail dot com>
- Cc: GCC Mailing List <gcc at gcc dot gnu dot org>
- Date: 23 May 2005 11:29:17 -0600
- Subject: Re: Compiling GCC with g++: a report
- References: <m364xapix6.fsf@merlin.cs.tamu.edu> <d6rt78$c2e$1@sea.gmane.org>
- Reply-to: tromey at redhat dot com
>>>>> "Ranjit" == Ranjit Mathew <rmathew@gmail.com> writes:
>> (4) <insert your favorite reasons why you would like to see this happen>.
Ranjit> Tom Tromey's GCJX (gcjx_branch in CVS), the completely
Ranjit> rewritten Java front-end that is written in C++.
Plugging this into gcc has largely been fine, thanks to an earlier
round of patches in this area.
The biggest unsolved build issue is that it would be nice, when
bootstrapping native (build=host=target), to use the just-built g++
and libstdc++ for gcjx. This involves some wacky build reordering
that I've been avoiding looking at.
Tom