mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-22 04:30:03 +00:00
13 lines
389 B
Plaintext
13 lines
389 B
Plaintext
# crtbegin/crtend for VxWorks
|
|
|
|
vx_crtbegin.o: $(srcdir)/config/vxcrtstuff.c
|
|
$(crt_compile) $(CRTSTUFF_T_CFLAGS) -DCRT_BEGIN -c $<
|
|
|
|
vx_crtend.o: $(srcdir)/config/vxcrtstuff.c
|
|
$(crt_compile) $(CRTSTUFF_T_CFLAGS) -DCRT_END -c $<
|
|
|
|
# We do pretty different things for kernel vs rtp modes, all
|
|
# controlled thanks to __RTP__ and (optional) multilibs.
|
|
|
|
EXTRA_PARTS += vx_crtbegin.o vx_crtend.o
|