2008-07-01 Jerry DeLisle <jvdelisle@gcc.gnu.org>
[official-gcc.git] / gcc / config / alpha / t-vms64
blob38503a96429052a13e5a881044d8313a010b55d4
1 # Assemble startup files.
2 $(T)vcrt0.o: $(CRT0_S) $(GCC_PASSES)
3         decc -c /names=as_is /pointer_size=64  \
4              $(srcdir)/config/alpha/vms-crt0-64.c -o $(T)vcrt0.o
6 $(T)pcrt0.o: $(CRT0_S) $(GCC_PASSES)
7         decc -c /names=as_is /pointer_size=64 \
8              $(srcdir)/config/alpha/vms-psxcrt0-64.c -o $(T)pcrt0.o