ada: Fix internal error on 'Address of task component
[official-gcc.git] / libgcc / config / t-vxcrtstuff
blobef64951c90389eb73ce37d5462cddf2ac01fb25b
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