You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
391 B
Plaintext

# 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