Re: [PATCH] fix PR bootstrap/54642

2012-09-21 Thread H.J. Lu
On Fri, Sep 21, 2012 at 12:33 PM, Jack Howarth wrote: > The attached patch solves the bootstrap failures in PR54642 where the > file lto-symtab.o is rebuilt during 'make install' by the system compiler > due to the dangling dependency left on gt-lto-symtab.h for lto-symtab.o. > Tested on x86_64-ap

[PATCH] fix PR bootstrap/54642

2012-09-21 Thread Jack Howarth
The attached patch solves the bootstrap failures in PR54642 where the file lto-symtab.o is rebuilt during 'make install' by the system compiler due to the dangling dependency left on gt-lto-symtab.h for lto-symtab.o. Tested on x86_64-apple-darwin12 against clang/clang++ of Xcode 4.5. Okay for gcc t