Fix build on sparc64-linux-gnu.
[official-gcc.git] / libgcc / config / ia64 / t-ia64-elf
blob08784dfaf86419737255380818bbe1171e602a5f
1 LIB1ASMFUNCS  += _fixtfdi _fixunstfdi _floatditf
3 CUSTOM_CRTSTUFF = yes
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 $<
20 SHLIB_MAPFILES += $(srcdir)/config/ia64/libgcc-ia64.ver