Commit 9b0bdc3c by Arturo Montes Committed by Robert Lipe

t-sco5gas (crti.o): New target.

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
parent f81005de
...@@ -14,3 +14,7 @@ MULTILIB_EXTRA_OPTS = ...@@ -14,3 +14,7 @@ MULTILIB_EXTRA_OPTS =
LIBGCC=stmp-multilib LIBGCC=stmp-multilib
INSTALL_LIBGCC=install-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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment