This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/25435] stage build no longer works
- From: "paolo dot bonzini at lu dot unisi dot ch" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Dec 2005 08:02:30 -0000
- Subject: [Bug bootstrap/25435] stage build no longer works
- References: <bug-25435-682@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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