OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [config/] [alpha/] [t-vms] - Blame information for rev 820

Go to most recent revision | Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.