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: Status and rationale for toplevel bootstrap (was Re: Example of debugging GCC with toplevel bootstrap)


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}


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