1 1.1.1.2 mrg LIB2ADD += $(srcdir)/config/rs6000/ibm-ldouble.c \ 2 1.1.1.2 mrg $(srcdir)/config/rs6000/tramp.S 3 1.1.1.2 mrg 4 1.1.1.2 mrg # This can't end up in shared libgcc 5 1.1.1.2 mrg LIB2ADD_ST += \ 6 1.1.1.2 mrg $(srcdir)/config/rs6000/eabi.S 7 1.1 mrg 8 1.1 mrg # We build {e,n}crti.o and {e,n}crtn.o, which serve to add begin and 9 1.1 mrg # end labels to all of the special sections used when we link using gcc. 10 1.1 mrg 11 1.1 mrg # Assemble startup files. 12 1.1.1.2 mrg ecrti$(objext): $(srcdir)/config/rs6000/eabi-ci.S 13 1.1.1.2 mrg $(crt_compile) -c $< 14 1.1 mrg 15 1.1.1.2 mrg ecrtn$(objext): $(srcdir)/config/rs6000/eabi-cn.S 16 1.1.1.2 mrg $(crt_compile) -c $< 17 1.1 mrg 18 1.1.1.2 mrg ncrti$(objext): $(srcdir)/config/rs6000/sol-ci.S 19 1.1.1.2 mrg $(crt_compile) -c $< 20 1.1 mrg 21 1.1.1.2 mrg ncrtn$(objext): $(srcdir)/config/rs6000/sol-cn.S 22 1.1.1.2 mrg $(crt_compile) -c $< 23