xref: /netbsd-src/external/gpl3/gcc/dist/libgcc/config/t-vxcrtstuffS (revision b1e838363e3c6fc78a55519254d99869742dd33c)
1# Shared versions of vx_crt{begin,end}.o, those one must be compiled only
2# when the shared libraries are available
3
4vx_crtbeginS.o: $(srcdir)/config/vxcrtstuff.c
5	$(crt_compile) $(CRTSTUFF_T_CFLAGS_S) -DCRT_BEGIN -c $< -DCRTSTUFFS_O
6vx_crtendS.o: $(srcdir)/config/vxcrtstuff.c
7	$(crt_compile) $(CRTSTUFF_T_CFLAGS_S) -DCRT_END -c $< -DCRTSTUFFS_O
8
9EXTRA_PARTS += vx_crtbeginS.o vx_crtendS.o
10