]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/config/i386/t-crtpc
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / config / i386 / t-crtpc
diff --git a/gcc/config/i386/t-crtpc b/gcc/config/i386/t-crtpc
new file mode 100644 (file)
index 0000000..bc24bed
--- /dev/null
@@ -0,0 +1,16 @@
+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)