This is the mail archive of the gcc-bugs@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]

[Bug bootstrap/25435] stage build no longer works



------- Comment #3 from paolo dot bonzini at lu dot unisi dot ch  2005-12-16 08:02 -------
Subject: Re:  stage build no longer works

hjl at lucon dot org wrote:

>------- Comment #2 from hjl at lucon dot org  2005-12-16 07:37 -------
>I made a change to i386.c. I just want to rebuild the final compiler with the
>stage 2 compiler. I don't want to rebootstrap the whole gcc. What should I do?
>  
>
You can do "make all-stage3" (which is the new name of restageN).  Or 
just do "make" which will do the equivalent of a bubblestrap (it does 
not recompile everything, but it does percolate the change through the 
whole set of stages, so that you do not get spurious comparison failures).

Paolo


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25435


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