t-vxcrtstuff 389 B

123456789101112
  1. # crtbegin/crtend for VxWorks
  2. vx_crtbegin.o: $(srcdir)/config/vxcrtstuff.c
  3. $(crt_compile) $(CRTSTUFF_T_CFLAGS) -DCRT_BEGIN -c $<
  4. vx_crtend.o: $(srcdir)/config/vxcrtstuff.c
  5. $(crt_compile) $(CRTSTUFF_T_CFLAGS) -DCRT_END -c $<
  6. # We do pretty different things for kernel vs rtp modes, all
  7. # controlled thanks to __RTP__ and (optional) multilibs.
  8. EXTRA_PARTS += vx_crtbegin.o vx_crtend.o