1LIB2ADD += $(srcdir)/config/rs6000/ibm-ldouble.c \
2	   $(srcdir)/config/rs6000/tramp.S
3
4# This can't end up in shared libgcc
5LIB2ADD_ST += \
6	   $(srcdir)/config/rs6000/eabi.S
7
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.
10
11# Assemble startup files.
12ecrti$(objext): $(srcdir)/config/rs6000/eabi-ci.S
13	$(crt_compile) -c $<
14
15ecrtn$(objext): $(srcdir)/config/rs6000/eabi-cn.S
16	$(crt_compile) -c $<
17
18ncrti$(objext): $(srcdir)/config/rs6000/sol-ci.S
19	$(crt_compile) -c $<
20
21ncrtn$(objext): $(srcdir)/config/rs6000/sol-cn.S
22	$(crt_compile) -c $<
23