7 lines
173 B
Plaintext
Raw Normal View History

2012-03-28 01:13:14 +02:00
# Assemble startup files.
vcrt0.o: $(srcdir)/config/vms/vms-ucrt0.c
$(gcc_compile) -c $<
pcrt0.o: $(srcdir)/config/vms/vms-ucrt0.c
$(gcc_compile) -c -DCRT0_POSIX_EXIT $<