1 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 21