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