1 # Assemble startup files.
2 vcrt0.o: $(CRT0_S) $(GCC_PASSES)
3 decc -c /names=as_is /pointer_size=64 \
4 $(srcdir)/config/alpha/vms-crt0-64.c -o vcrt0.o
6 pcrt0.o: $(CRT0_S) $(GCC_PASSES)
7 decc -c /names=as_is /pointer_size=64 \
8 $(srcdir)/config/alpha/vms-psxcrt0-64.c -o pcrt0.o