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: Alexandre Oliva <aoliva at redhat dot com>
- To: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- Cc: rasky at develer dot com, gcc at gcc dot gnu dot org
- Date: Wed, 18 Jan 2006 15:05:58 -0200
- Subject: Re: Status and rationale for toplevel bootstrap (was Re: Example of debugging GCC with toplevel bootstrap)
- References: <10601161403.AA09234@vlsi1.ultra.nyu.edu>
On Jan 16, 2006, kenner@vlsi1.ultra.nyu.edu (Richard Kenner) wrote:
> What it used to be "make" and "make bootstrap" are (and will be)
> "./configure --disable-bootstrap && make" and "./configure && make".
> Rerunning configure is a pain! It's never just "./configure", but
> has the source directory plus any options.
./config.status --recheck will show you exactly what it is. If you
find that too much trouble, try this:
sed -n '/^#.*\/configure/ s,^#,,p' config.status | sh
--
Alexandre Oliva http://www.lsd.ic.unicamp.br/~oliva/
Red Hat Compiler Engineer aoliva@{redhat.com, gcc.gnu.org}
Free Software Evangelist oliva@{lsd.ic.unicamp.br, gnu.org}