On Wed, 2011-11-02 at 14:05 -0500, Peter Bergner wrote: > On Wed, 2011-11-02 at 18:52 +0000, Iain Sandoe wrote: > > Hmm .. I wonder if this is just a temporary glitch because of the move > > of files to libgcc. > > Note that I just hit a problem with the libgcc move. We need: > > Index: libgcc/config/rs6000/t-ppccomm > =================================================================== > --- libgcc/config/rs6000/t-ppccomm (revision 180786) > +++ libgcc/config/rs6000/t-ppccomm (working copy) > @@ -7,7 +7,7 @@ LIB2ADD_ST += \ > $(srcdir)/config/rs6000/crtresfpr.S \ > $(srcdir)/config/rs6000/crtsavgpr.S \ > $(srcdir)/config/rs6000/crtresgpr.S \ > - $(srcdir)/config/rs6000/crtresxfpr.S > + $(srcdir)/config/rs6000/crtresxfpr.S \ > $(srcdir)/config/rs6000/crtresxgpr.S \ > $(srcdir)/config/rs6000/e500crtres32gpr.S \ > $(srcdir)/config/rs6000/e500crtres64gpr.S \ > @@ -21,7 +21,7 @@ LIB2ADD_ST += \ > $(srcdir)/config/rs6000/e500crtsav64gprctr.S \ > $(srcdir)/config/rs6000/e500crtsavg32gpr.S \ > $(srcdir)/config/rs6000/e500crtsavg64gpr.S \ > - $(srcdir)/config/rs6000/e500crtsavg64gprctr.S > + $(srcdir)/config/rs6000/e500crtsavg64gprctr.S \ > $(srcdir)/config/rs6000/eabi.S > > I'm continuing my build to see if there's anything more that falls > out from that...or my patch :(.
Hmmm, more fallout from the libgcc move. I think I'm just going to use an older checkout to test with until the libgcc fallout gets fixed. ... xgcc: error: ecrti.S: No such file or directory xgcc: fatal error: no input files compilation terminated. make[5]: *** [ecrti.o] Error 1 make[5]: Leaving directory `/home/bergner/gcc/build/gcc-mainline-476-dje/powerpc64-linux/32/libgcc' ... Peter