comparison gcc/config/alpha/t-vms @ 0:a06113de4d67

first commit
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Fri, 17 Jul 2009 14:47:48 +0900
parents
children 77e2b8dfacca
comparison
equal deleted inserted replaced
-1:000000000000 0:a06113de4d67
1 LIB2FUNCS_EXTRA = $(srcdir)/config/alpha/vms_tramp.asm
2
3 # VMS_EXTRA_PARTS is defined in x-vms and represent object files that
4 # are only needed for VMS targets, but can only be compiled on a VMS host
5 # (because they need DEC C).
6 EXTRA_PARTS = vms-dwarf2.o vms-dwarf2eh.o $(VMS_EXTRA_PARTS)
7
8 # This object must be linked with in order to make the executable debuggable.
9 # vms-ld handles it automatically when passed -g.
10 $(T)vms-dwarf2.o : $(srcdir)/config/alpha/vms-dwarf2.asm
11 gcc -c -x assembler $< -o $@
12
13 $(T)vms-dwarf2eh.o : $(srcdir)/config/alpha/vms-dwarf2eh.asm
14 gcc -c -x assembler $< -o $@
15
16 # Assemble startup files.
17 $(T)vcrt0.o: $(CRT0_S) $(GCC_PASSES)
18 decc -c /names=as_is $(srcdir)/config/alpha/vms-crt0.c -o $(T)vcrt0.o
19
20 $(T)pcrt0.o: $(CRT0_S) $(GCC_PASSES)
21 decc -c /names=as_is $(srcdir)/config/alpha/vms-psxcrt0.c -o $(T)pcrt0.o
22
23 MULTILIB_OPTIONS = mcpu=ev6
24 MULTILIB_DIRNAMES = ev6
25 LIBGCC = stmp-multilib
26 INSTALL_LIBGCC = install-multilib