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