summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/config/alpha/t-vms64
blob: e3fc3be64359309ab93e575510a90ec7819997f8 (plain)
1
2
3
4
5
6
7
8
# Assemble startup files.
vcrt0.o: $(CRT0_S) $(GCC_PASSES)
	decc -c /names=as_is /pointer_size=64  \
	     $(srcdir)/config/alpha/vms-crt0-64.c -o vcrt0.o

pcrt0.o: $(CRT0_S) $(GCC_PASSES)
	decc -c /names=as_is /pointer_size=64 \
	     $(srcdir)/config/alpha/vms-psxcrt0-64.c -o pcrt0.o
OpenPOWER on IntegriCloud