From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28364 invoked by alias); 16 Dec 2005 08:02:32 -0000 Received: (qmail 28353 invoked by alias); 16 Dec 2005 08:02:30 -0000 Date: Fri, 16 Dec 2005 08:02:00 -0000 Message-ID: <20051216080230.28352.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/25435] stage build no longer works In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "paolo dot bonzini at lu dot unisi dot ch" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2005-12/txt/msg01641.txt.bz2 List-Id: ------- 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