OSDN Git Service

2006-03-01 Andrew Pinski <pinskia@physics.uc.edu>
[pf3gnuchains/gcc-fork.git] / gcc / config / alpha / t-vms64
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
5
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