xref: /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/t-vxcrtstuff (revision 4c3eb207d36f67d31994830c0a694161fc1ca39b)
1*4c3eb207Smrg# crtbegin/crtend for VxWorks (DKM or RTP)
2*4c3eb207Smrg
3*4c3eb207Smrgvx_crtbegin-kernel.o: $(srcdir)/config/vxcrtstuff.c
4*4c3eb207Smrg	$(crt_compile) $(CRTSTUFF_T_CFLAGS) -DCRT_BEGIN -c $<
5*4c3eb207Smrg
6*4c3eb207Smrgvx_crtbegin-rtp.o: $(srcdir)/config/vxcrtstuff.c
7*4c3eb207Smrg	$(crt_compile) $(CRTSTUFF_T_CFLAGS) -DCRT_BEGIN -c $< -mrtp
8*4c3eb207Smrg
9*4c3eb207Smrgvx_crtend.o: $(srcdir)/config/vxcrtstuff.c
10*4c3eb207Smrg	$(crt_compile) $(CRTSTUFF_T_CFLAGS) -DCRT_END -c $<
11*4c3eb207Smrg
12*4c3eb207SmrgEXTRA_PARTS += vx_crtbegin-kernel.o vx_crtbegin-rtp.o vx_crtend.o
13