On Fri, Sep 21, 2012 at 12:33 PM, Jack Howarth <howa...@bromo.med.uc.edu> 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-apple-darwin12 against clang/clang++ of Xcode 4.5. > Okay for gcc trunk? > Jack > > 2012-09-21 Jack Howarth <howa...@bromo.med.uc.edu> > > PR bootstrap/54642 > * Makefile.in (lto-symtab.o): Remove gt-lto-symtab.h dependency. > >
I checked it in for you. Thanks. -- H.J.