t-sco5gas (crti.o): New target.
authorArturo Montes <mitosys@colomsat.com.co>
Sun, 28 Feb 1999 12:49:37 +0000 (12:49 +0000)
committerRobert Lipe <robertl@gcc.gnu.org>
Sun, 28 Feb 1999 12:49:37 +0000 (12:49 +0000)
h
Sun Feb 28 14:47:53 1999  Arturo Montes  <mitosys@colomsat.com.co>
        * config/i386/t-sco5gas (crti.o): New target.

From-SVN: r25503

gcc/config/i386/t-sco5gas

index 6aa15d2a213b44e9081b9e6f30f8677990f33c9e..2bca87be7a8b0f00a325e517e0614e2c1d58149c 100644 (file)
@@ -14,3 +14,7 @@ MULTILIB_EXTRA_OPTS =
 
 LIBGCC=stmp-multilib
 INSTALL_LIBGCC=install-multilib
+
+crti.o: $(srcdir)/config/i386/sol2-ci.asm $(GCC_PASSES)
+       sed -e '/^!/d' <$(srcdir)/config/i386/sol2-ci.asm >crti.s
+       $(GCC_FOR_TARGET) -c -o crti.o crti.s