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
22 lines
946 B
Plaintext
22 lines
946 B
Plaintext
# These can't end up in shared libgcc
|
|
LIB2ADD_ST += \
|
|
$(srcdir)/config/rs6000/crtsavfpr.S \
|
|
$(srcdir)/config/rs6000/crtresfpr.S \
|
|
$(srcdir)/config/rs6000/crtsavgpr.S \
|
|
$(srcdir)/config/rs6000/crtresgpr.S \
|
|
$(srcdir)/config/rs6000/crtresxfpr.S \
|
|
$(srcdir)/config/rs6000/crtresxgpr.S \
|
|
$(srcdir)/config/rs6000/e500crtres32gpr.S \
|
|
$(srcdir)/config/rs6000/e500crtres64gpr.S \
|
|
$(srcdir)/config/rs6000/e500crtres64gprctr.S \
|
|
$(srcdir)/config/rs6000/e500crtrest32gpr.S \
|
|
$(srcdir)/config/rs6000/e500crtrest64gpr.S \
|
|
$(srcdir)/config/rs6000/e500crtresx32gpr.S \
|
|
$(srcdir)/config/rs6000/e500crtresx64gpr.S \
|
|
$(srcdir)/config/rs6000/e500crtsav32gpr.S \
|
|
$(srcdir)/config/rs6000/e500crtsav64gpr.S \
|
|
$(srcdir)/config/rs6000/e500crtsav64gprctr.S \
|
|
$(srcdir)/config/rs6000/e500crtsavg32gpr.S \
|
|
$(srcdir)/config/rs6000/e500crtsavg64gpr.S \
|
|
$(srcdir)/config/rs6000/e500crtsavg64gprctr.S
|