view gcc/config/i386/t-crtpc @ 25:2476ed92181e

modified machine description of i386 for support indirect sibcall attributed fastcall.
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Tue, 27 Oct 2009 16:04:06 +0900
parents a06113de4d67
children 77e2b8dfacca
line wrap: on
line source

EXTRA_PARTS += crtprec32.o crtprec64.o crtprec80.o

$(T)crtprec32.o: $(srcdir)/config/i386/crtprec.c $(GCC_PASSES)
	$(GCC_FOR_TARGET) $(LIBGCC2_CFLAGS) $(MULTILIB_CFLAGS) -D__PREC=32 -c \
		$(srcdir)/config/i386/crtprec.c \
		-o $(T)crtprec32$(objext)

$(T)crtprec64.o: $(srcdir)/config/i386/crtprec.c $(GCC_PASSES)
	$(GCC_FOR_TARGET) $(LIBGCC2_CFLAGS) $(MULTILIB_CFLAGS) -D__PREC=64 -c \
		$(srcdir)/config/i386/crtprec.c \
		-o $(T)crtprec64$(objext)

$(T)crtprec80.o: $(srcdir)/config/i386/crtprec.c $(GCC_PASSES)
	$(GCC_FOR_TARGET) $(LIBGCC2_CFLAGS) $(MULTILIB_CFLAGS) -D__PREC=80 -c \
		$(srcdir)/config/i386/crtprec.c \
		-o $(T)crtprec80$(objext)