1952e2e1c1
These bits are taken from the FSF anoncvs repo on 1-Feb-2002 08:20 PST.
9 lines
287 B
Plaintext
9 lines
287 B
Plaintext
# 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
|