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 :(.


> I'll investigate a bit further later...

So you didn't start your build from scratch?  I'll keep my
fingers crossed that a fresh build fixing things for you.
Otherwise, let me know what you find.

Peter





Reply via email to