summaryrefslogtreecommitdiff
path: root/libgcc/config/t-vxcrtstuffS
blob: 6b65b0005be708286efc2e65452f0446f19540c2 (plain)
1
2
3
4
5
6
7
8
9
# Shared versions of vx_crt{begin,end}.o, those one must be compiled only
# when the shared libraries are available

vx_crtbeginS.o: $(srcdir)/config/vxcrtstuff.c
	$(crt_compile) $(CRTSTUFF_T_CFLAGS_S) -DCRT_BEGIN -c $< -DCRTSTUFFS_O
vx_crtendS.o: $(srcdir)/config/vxcrtstuff.c
	$(crt_compile) $(CRTSTUFF_T_CFLAGS_S) -DCRT_END -c $< -DCRTSTUFFS_O

EXTRA_PARTS += vx_crtbeginS.o vx_crtendS.o