This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Status and rationale for toplevel bootstrap (was Re: Example of debugging GCC with toplevel bootstrap)
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: paolo dot bonzini at lu dot unisi dot ch
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 16 Jan 06 10:26:46 EST
- Subject: Re: Status and rationale for toplevel bootstrap (was Re: Example of debugging GCC with toplevel bootstrap)
Though it makes me wonder why people did not replicate the design for
C++, Fortran (even old g77) and Java?
I suspect it's because of the different role of the run-time library between
Ada and those languages.
More like "(cd gcc; make gnatlib_and_tools)", i.e. the current directory
is the same.
That matters?