]> git.ipfire.org Git - thirdparty/gcc.git/blob - libgcc/config/t-vxcrtstuff
Introduce vxworks specific crtstuff support
[thirdparty/gcc.git] / libgcc / config / t-vxcrtstuff
1 # crtbegin/crtend for VxWorks (DKM or RTP)
2
3 vx_crtbegin-kernel.o: $(srcdir)/config/vxcrtstuff.c
4 $(crt_compile) $(CRTSTUFF_T_CFLAGS) -DCRT_BEGIN -c $<
5
6 vx_crtbegin-rtp.o: $(srcdir)/config/vxcrtstuff.c
7 $(crt_compile) $(CRTSTUFF_T_CFLAGS) -DCRT_BEGIN -c $< -mrtp
8
9 vx_crtend.o: $(srcdir)/config/vxcrtstuff.c
10 $(crt_compile) $(CRTSTUFF_T_CFLAGS) -DCRT_END -c $<
11
12 EXTRA_PARTS += vx_crtbegin-kernel.o vx_crtbegin-rtp.o vx_crtend.o