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: help: how to "quick rebuild" gcc ?


> > source files) instead of starting from "make bootstrap" everytime ?
> 
> make -j2 cc1
> is not an uncommon way to do this.  Takes 15 seconds on my machine.

Except it won't do what you expect, because it won't use the stageN
compiler to build stage N+1.  That's what quickstrap and bubblestrap
are for - they know what the bootstrap state is, and use the right
compiler to recompile.


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