http://gcc.gnu.org/ml/gcc-patches/2008-04/msg00324.html

This introduced a few warnings while building libgcc for powerpc64-linux-gnu:
/home/apinski/src/local/gcc/libgcc/shared-object.mk:26: warning:
overriding commands for target `crtsavfpr.o'
/home/apinski/src/local/gcc/libgcc/config/rs6000/t-ppccomm:109:
warning: ignoring old commands for target `crtsavfpr.o'
/home/apinski/src/local/gcc/libgcc/shared-object.mk:26: warning:
overriding commands for target `crtresfpr.o'
/home/apinski/src/local/gcc/libgcc/config/rs6000/t-ppccomm:112:
warning: ignoring old commands for target `crtresfpr.o'
/home/apinski/src/local/gcc/libgcc/shared-object.mk:26: warning:
overriding commands for target `crtsavgpr.o'
/home/apinski/src/local/gcc/libgcc/config/rs6000/t-ppccomm:115:
warning: ignoring old commands for target `crtsavgpr.o'
etc.

This warning makes my log file bigger and also it is annoying to make
sure I did not mess up my porting of the PS3 changes to the trunk :).

Thanks,
Andrew Pinski

Reply via email to