This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: What happend to bootstrap-lean? (was: What happened to bubblestrap?)
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Andrew Pinski <pinskia at physics dot uc dot edu>
- Cc: gerald at pfeifer dot com (Gerald Pfeifer), paolo dot bonzini at lu dot unisi dot ch (Paolo Bonzini), tobias dot schlueter at physik dot uni-muenchen dot de (Tobias Schlüter), fortran at gcc dot gnu dot org (Fortran List), gcc at gcc dot gnu dot org
- Date: 17 Dec 2005 23:44:48 +0100
- Subject: Re: What happend to bootstrap-lean? (was: What happened to bubblestrap?)
- References: <200512172112.jBHLC8oU022378@earth.phy.uc.edu>
Andrew Pinski <pinskia@physics.uc.edu> writes:
| >
| > On Fri, 16 Dec 2005, Paolo Bonzini wrote:
| > > Yes. "make bubblestrap" is now called simply "make".
| >
| > Okay, how is "make bootstrap-lean" called these days? ;-)
| >
| > In fact, bootstrap-lean is still documented in install.texi and
| > makefile.texi, but it no longer seems to be present in the Makefile
| > machinery. Could we get this back?
|
| bootstrap-lean is done by doing the following (which I feel is the wrong way):
| Configure with --enable-bootstrap=lean
| and then do a "make bootstrap"
Hmm, does that mean that I would have to reconfigure GCC if I wanted
to do "make bootstrap-lean" after a previous configuration and build?
I think the answer must be "no", but I'm not sure.
-- Gaby