From 30551d999a73fe2451dde20159132e87b7c33e91 Mon Sep 17 00:00:00 2001 From: Nathan Froyd Date: Thu, 26 Jun 2008 14:15:49 +0000 Subject: t-ppccomm: Remove rules that conflict with auto-generated rules. * config/rs6000/t-ppccomm: Remove rules that conflict with auto-generated rules. From-SVN: r137148 --- libgcc/ChangeLog | 5 ++++ libgcc/config/rs6000/t-ppccomm | 60 ------------------------------------------ 2 files changed, 5 insertions(+), 60 deletions(-) (limited to 'libgcc') diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index a3709d9..0bcffff 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,8 @@ +2008-06-26 Nathan Froyd + + * config/rs6000/t-ppccomm: Remove rules that conflict with + auto-generated rules. + 2008-06-17 Ralf Wildenhues * configure.ac: sinclude override.m4. diff --git a/libgcc/config/rs6000/t-ppccomm b/libgcc/config/rs6000/t-ppccomm index 0558d15..1a711eb 100644 --- a/libgcc/config/rs6000/t-ppccomm +++ b/libgcc/config/rs6000/t-ppccomm @@ -101,63 +101,3 @@ ncrti$(objext): ncrti.S ncrtn$(objext): ncrtn.S $(crt_compile) -c ncrtn.S - -crtsavres$(objext): crtsavres.S - $(crt_compile) -c crtsavres.S - -crtsavfpr$(objext): crtsavfpr.S - $(crt_compile) -c crtsavfpr.S - -crtresfpr$(objext): crtresfpr.S - $(crt_compile) -c crtresfpr.S - -crtsavgpr$(objext): crtsavgpr.S - $(crt_compile) -c crtsavgpr.S - -crtresgpr$(objext): crtresgpr.S - $(crt_compile) -c crtresgpr.S - -crtresxfpr$(objext): crtresxfpr.S - $(crt_compile) -c crtresxfpr.S - -crtresxgpr$(objext): crtresxgpr.S - $(crt_compile) -c crtresxgpr.S - -e500crtres32gpr$(objext): e500crtres32gpr.S - $(crt_compile) -c e500crtres32gpr.S - -e500crtres64gpr$(objext): e500crtres64gpr.S - $(crt_compile) -c e500crtres64gpr.S - -e500crtres64gprctr$(objext): e500crtres64gprctr.S - $(crt_compile) -c e500crtres64gprctr.S - -e500crtrest32gpr$(objext): e500crtrest32gpr.S - $(crt_compile) -c e500crtrest32gpr.S - -e500crtrest64gpr$(objext): e500crtrest64gpr.S - $(crt_compile) -c e500crtrest64gpr.S - -e500crtresx32gpr$(objext): e500crtresx32gpr.S - $(crt_compile) -c e500crtresx32gpr.S - -e500crtresx64gpr$(objext): e500crtresx64gpr.S - $(crt_compile) -c e500crtresx64gpr.S - -e500crtsav32gpr$(objext): e500crtsav32gpr.S - $(crt_compile) -c e500crtsav32gpr.S - -e500crtsav64gpr$(objext): e500crtsav64gpr.S - $(crt_compile) -c e500crtsav64gpr.S - -e500crtsav64gprctr$(objext): e500crtsav64gprctr.S - $(crt_compile) -c e500crtsav64gprctr.S - -e500crtsavg32gpr$(objext): e500crtsavg32gpr.S - $(crt_compile) -c e500crtsavg32gpr.S - -e500crtsavg64gpr$(objext): e500crtsavg64gpr.S - $(crt_compile) -c e500crtsavg64gpr.S - -e500crtsavg64gprctr$(objext): e500crtsavg64gprctr.S - $(crt_compile) -c e500crtsavg64gprctr.S -- cgit v1.1