f9c55897eb
PR other/51022 * config/rs6000/t-savresfgpr: New file. * config/rs6000/t-ppccomm (LIB2ADD_ST): Remove all but $(srcdir)/config/rs6000/eabi.S. * config/rs6000/t-ppccomm-ldbl: Remove. * config.host (powerpc-*-freebsd*): Add rs6000/t-savresfgpr to tmake_file. (powerpc-*-eabispe*): Likewise. (powerpc-*-eabi*): Likewise. (powerpc-*-linux*, powerpc64-*-linux*): Likewise. (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add rs6000/t-ppccomm to tmake_file, remove rs6000/t-ppccomm-ldbl. (powerpc-*-eabisimaltivec*): Remove rs6000/t-ppccomm-ldbl from tmake_file. (powerpc-*-eabisim*): Likewise. (powerpc-*-elf*): Likewise. (powerpc-*-eabialtivec*): Likewise. (powerpc-xilinx-eabi*): Likewise. (powerpc-*-rtems*): Likewise. (powerpcle-*-elf*): Likewise. (powerpcle-*-eabisim*): Likewise. (powerpcle-*-eabi*): Likewise. From-SVN: r181782
23 lines
635 B
Plaintext
23 lines
635 B
Plaintext
LIB2ADD += $(srcdir)/config/rs6000/ibm-ldouble.c \
|
|
$(srcdir)/config/rs6000/tramp.S
|
|
|
|
# This can't end up in shared libgcc
|
|
LIB2ADD_ST += \
|
|
$(srcdir)/config/rs6000/eabi.S
|
|
|
|
# We build {e,n}crti.o and {e,n}crtn.o, which serve to add begin and
|
|
# end labels to all of the special sections used when we link using gcc.
|
|
|
|
# Assemble startup files.
|
|
ecrti$(objext): $(srcdir)/config/rs6000/eabi-ci.S
|
|
$(crt_compile) -c $<
|
|
|
|
ecrtn$(objext): $(srcdir)/config/rs6000/eabi-cn.S
|
|
$(crt_compile) -c $<
|
|
|
|
ncrti$(objext): $(srcdir)/config/rs6000/sol-ci.S
|
|
$(crt_compile) -c $<
|
|
|
|
ncrtn$(objext): $(srcdir)/config/rs6000/sol-cn.S
|
|
$(crt_compile) -c $<
|