Commit d0bc53bd by Rainer Orth Committed by Jason Merrill

t-ppccomm (ecrti$(objext)): Use $<.

	* config/rs6000/t-ppccomm (ecrti$(objext)): Use $<.
	(ecrtn$(objext)): Likewise.
	(ncrti$(objext)): Likewise.
	(ncrtn$(objext)): Likewise.

From-SVN: r180830
parent 1c4678c1
2011-11-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* config/rs6000/t-ppccomm (ecrti$(objext)): Use $<.
(ecrtn$(objext)): Likewise.
(ncrti$(objext)): Likewise.
(ncrtn$(objext)): Likewise.
2011-11-03 Andreas Schwab <schwab@redhat.com>
* config/ia64/t-ia64 (crtbeginS.o): Fix whitespace damage.
......
......@@ -29,13 +29,13 @@ LIB2ADD_ST += \
# Assemble startup files.
ecrti$(objext): $(srcdir)/config/rs6000/eabi-ci.S
$(crt_compile) -c ecrti.S
$(crt_compile) -c $<
ecrtn$(objext): $(srcdir)/config/rs6000/eabi-cn.S
$(crt_compile) -c ecrtn.S
$(crt_compile) -c $<
ncrti$(objext): $(srcdir)/config/rs6000/sol-ci.S
$(crt_compile) -c ncrti.S
$(crt_compile) -c $<
ncrtn$(objext): $(srcdir)/config/rs6000/sol-cn.S
$(crt_compile) -c ncrtn.S
$(crt_compile) -c $<
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment