t-vxcrtstuffS 391 B

123456789
  1. # Shared versions of vx_crt{begin,end}.o, those one must be compiled only
  2. # when the shared libraries are available
  3. vx_crtbeginS.o: $(srcdir)/config/vxcrtstuff.c
  4. $(crt_compile) $(CRTSTUFF_T_CFLAGS_S) -DCRT_BEGIN -c $< -DCRTSTUFFS_O
  5. vx_crtendS.o: $(srcdir)/config/vxcrtstuff.c
  6. $(crt_compile) $(CRTSTUFF_T_CFLAGS_S) -DCRT_END -c $< -DCRTSTUFFS_O
  7. EXTRA_PARTS += vx_crtbeginS.o vx_crtendS.o