This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH,rs6000] split up crtsavres into individual files


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]