Subject: failures in libgcc on exception.cc (was Re: Builds with/without USE_NEW_TOOLCHAIN)
To: Peter Seebach <seebs@plethora.net>
From: Chris Gilbert <chris@paradox.demon.co.uk>
List: current-users
Date: 09/24/2001 00:29:07
On Sunday 23 September 2001 11:09 pm, Peter Seebach wrote:
> One problem:  Make is often using "if .defined(USE_NEW_TOOLCHAIN)"... so
> how can you turn it off?  I would assume that USE_NEW_TOOLCHAIN=no will
> still trip this.

> /usr/src/gnu/lib/libgcc/../../dist/toolchain/gcc/cp/exception.cc
> /usr/src/gn /lib/libgcc/../../dist/gcc/cp/exception.cc

Note the different filename.  you need to remove the .depend file by hand 
from your obj dir.  Then it works.  Seems that make cleandir isn't a good as 
it should be.

Chris