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