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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libgcc/] [config/] [ia64/] [t-ia64-elf] - Blame information for rev 734

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 734 jeremybenn
LIB1ASMFUNCS  += _fixtfdi _fixunstfdi _floatditf
2
 
3
CUSTOM_CRTSTUFF = yes
4
 
5
# Assemble startup files.
6
# FIXME: -I$(gcc_objdir) is necessary to find auto-host.h.  Really?
7
crtbegin.o: $(srcdir)/config/ia64/crtbegin.S
8
        $(CC) $(compile_deps) -I. -I$(gcc_objdir) -c -x assembler-with-cpp \
9
                -o $@ $<
10
crtend.o: $(srcdir)/config/ia64/crtend.S
11
        $(CC) $(compile_deps) -I. -I$(gcc_objdir) -c -x assembler-with-cpp \
12
                -o $@ $<
13
crtbeginS.o: $(srcdir)/config/ia64/crtbegin.S
14
        $(CC) $(compile_deps) -I. -I$(gcc_objdir) -c -x assembler-with-cpp \
15
                -o $@ -DSHARED $<
16
crtendS.o: $(srcdir)/config/ia64/crtend.S
17
        $(CC) $(compile_deps) -I. -I$(gcc_objdir) -c -x assembler-with-cpp \
18
                -o $@ -DSHARED $<
19
 
20
SHLIB_MAPFILES += $(srcdir)/config/ia64/libgcc-ia64.ver

powered by: WebSVN 2.1.0

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