aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/gcc/config/i386/t-crtfm
blob: 4fa27e91ca5c7356d92b58fd88247c06a71e6dc4 (plain)
1
2
3
4
5
6
7
8
EXTRA_PARTS += crtfastmath.o

$(T)crtfastmath.o: $(srcdir)/config/i386/crtfastmath.c \
  $(srcdir)/config/i386/cpuid.h $(GCC_PASSES)
	$(GCC_FOR_TARGET) $(LIBGCC2_CFLAGS) $(MULTILIB_CFLAGS) \
		-msse -minline-all-stringops -c \
		$(srcdir)/config/i386/crtfastmath.c \
		-o $(T)crtfastmath$(objext)