Re: Hard to tell what stage the bootstrap is on

2005-12-16 Thread Daniel Jacobowitz
On Fri, Dec 16, 2005 at 10:16:49AM +0100, Paolo Bonzini wrote: > >At the moment, we do this deliberately to preserve debug information. > >However, once libgcc is moved out of to top level - hopefully along > >with the gcc-provided include files - then gcc can be a pure host > >directory, and we wo

Re: Hard to tell what stage the bootstrap is on

2005-12-16 Thread Paolo Bonzini
At the moment, we do this deliberately to preserve debug information. However, once libgcc is moved out of to top level - hopefully along with the gcc-provided include files - then gcc can be a pure host directory, and we won't need to worry about this. Uhm, we'd still need to have prev-libgcc w

Re: Hard to tell what stage the bootstrap is on

2005-12-15 Thread Kaveh R. Ghazi
> I just came to think of contrib/warn_summary... how does that filter > out different stages warnings since this change? > Cheers, > /ChJ It doesn't work anymore, I'll fix it eventually. -- Kaveh R. Ghazi [EMAIL PROTECTED]

Re: Hard to tell what stage the bootstrap is on

2005-12-15 Thread Christian Joensson
I just came to think of contrib/warn_summary... how does that filter out different stages warnings since this change? -- Cheers, /ChJ

Re: Hard to tell what stage the bootstrap is on

2005-12-15 Thread Daniel Jacobowitz
On Thu, Dec 15, 2005 at 01:26:07PM -0500, Andrew Pinski wrote: > After the change over to top level bootstrap, it is harder to tell what > stage > the bootstrap is on. > We get now: > /Users/pinskia/src/gcc/libobjc/trunk/objdir/./prev-gcc/xgcc > > but before we had got: > /Users/pinskia/src/gcc/l

Hard to tell what stage the bootstrap is on

2005-12-15 Thread Andrew Pinski
After the change over to top level bootstrap, it is harder to tell what stage the bootstrap is on. We get now: /Users/pinskia/src/gcc/libobjc/trunk/objdir/./prev-gcc/xgcc but before we had got: /Users/pinskia/src/gcc/libobjc/trunk/objdir/gcc/stage1/xgcc Is there any way to fix this so that it i