view libgcc/config/t-vxcrtstuff @ 158:494b0b89df80 default tip

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 18:13:55 +0900
parents 1830386684a0
children
line wrap: on
line source

# crtbegin/crtend for VxWorks (DKM or RTP)

vx_crtbegin-kernel.o: $(srcdir)/config/vxcrtstuff.c
	$(crt_compile) $(CRTSTUFF_T_CFLAGS) -DCRT_BEGIN -c $<

vx_crtbegin-rtp.o: $(srcdir)/config/vxcrtstuff.c
	$(crt_compile) $(CRTSTUFF_T_CFLAGS) -DCRT_BEGIN -c $< -mrtp

vx_crtend.o: $(srcdir)/config/vxcrtstuff.c
	$(crt_compile) $(CRTSTUFF_T_CFLAGS) -DCRT_END -c $<

EXTRA_PARTS += vx_crtbegin-kernel.o vx_crtbegin-rtp.o vx_crtend.o