view libgcc/config/ia64/t-ia64-elf @ 158:494b0b89df80 default tip

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 18:13:55 +0900
parents 04ced10e8804
children
line wrap: on
line source

LIB1ASMFUNCS  += _fixtfdi _fixunstfdi _floatditf

CUSTOM_CRTSTUFF = yes

# Assemble startup files.
# FIXME: -I$(gcc_objdir) is necessary to find auto-host.h.  Really?
crtbegin.o: $(srcdir)/config/ia64/crtbegin.S
	$(CC) $(compile_deps) -I. -I$(gcc_objdir) -c -x assembler-with-cpp \
		-o $@ $<
crtend.o: $(srcdir)/config/ia64/crtend.S
	$(CC) $(compile_deps) -I. -I$(gcc_objdir) -c -x assembler-with-cpp \
		-o $@ $<
crtbeginS.o: $(srcdir)/config/ia64/crtbegin.S
	$(CC) $(compile_deps) -I. -I$(gcc_objdir) -c -x assembler-with-cpp \
		-o $@ -DSHARED $<
crtendS.o: $(srcdir)/config/ia64/crtend.S
	$(CC) $(compile_deps) -I. -I$(gcc_objdir) -c -x assembler-with-cpp \
		-o $@ -DSHARED $<

SHLIB_MAPFILES += $(srcdir)/config/ia64/libgcc-ia64.ver