1LIB2FUNCS_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). 6EXTRA_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. 10vms-dwarf2.o : $(srcdir)/config/alpha/vms-dwarf2.asm 11 gcc -c -x assembler $< -o $@ 12 13vms-dwarf2eh.o : $(srcdir)/config/alpha/vms-dwarf2eh.asm 14 gcc -c -x assembler $< -o $@ 15 16# Assemble startup files. 17vcrt0.o: $(CRT0_S) $(GCC_PASSES) 18 decc -c /names=as_is $(srcdir)/config/alpha/vms-crt0.c -o vcrt0.o 19 20pcrt0.o: $(CRT0_S) $(GCC_PASSES) 21 decc -c /names=as_is $(srcdir)/config/alpha/vms-psxcrt0.c -o pcrt0.o 22 23MULTILIB_OPTIONS = mcpu=ev6 24MULTILIB_DIRNAMES = ev6 25LIBGCC = stmp-multilib 26INSTALL_LIBGCC = install-multilib 27