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