diff options
author | Arturo Montes <mitosys@colomsat.com.co> | 1999-02-28 12:49:37 +0000 |
---|---|---|
committer | Robert Lipe <robertl@gcc.gnu.org> | 1999-02-28 12:49:37 +0000 |
commit | 9b0bdc3c9ed7877ce0e00d66432699c4422c0cd1 (patch) | |
tree | 1738aaa5b25d0a894e432c57c2db8eea7dcd085e /gcc | |
parent | f81005dec6e5ff520ad3dbb8007dde3c1510fefd (diff) | |
download | gcc-9b0bdc3c9ed7877ce0e00d66432699c4422c0cd1.zip gcc-9b0bdc3c9ed7877ce0e00d66432699c4422c0cd1.tar.gz gcc-9b0bdc3c9ed7877ce0e00d66432699c4422c0cd1.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/t-sco5gas | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/i386/t-sco5gas b/gcc/config/i386/t-sco5gas index 6aa15d2..2bca87b 100644 --- a/gcc/config/i386/t-sco5gas +++ b/gcc/config/i386/t-sco5gas @@ -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 |