diff options
author | Arturo Montes <mitosys@colomsat.com.co> | 1999-02-27 12:48:26 +0000 |
---|---|---|
committer | Robert Lipe <robertl@gcc.gnu.org> | 1999-02-27 12:48:26 +0000 |
commit | 42902a72882accf33d7a9dabf13acec82422cfbf (patch) | |
tree | 3fb9df9eca79266811eb9b26ae8fc8ee4facc963 /gcc/config/i386/sco5.h | |
parent | 7126c249f282d56e4efab9374547fcdc81206a3e (diff) | |
download | gcc-42902a72882accf33d7a9dabf13acec82422cfbf.tar.gz |
conifgure: regenerate
conifgure: regenerate
* config/i386/t-sco5 (crti.o): New target.
* config/i386/sco5.h (STARTFILE_SPEC): Include crti.o when
linking -shared.
* configure.in (i[34567]86-*-sco3.2v5*): Add crti.o.
From-SVN: r25480
Diffstat (limited to 'gcc/config/i386/sco5.h')
-rw-r--r-- | gcc/config/i386/sco5.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/i386/sco5.h b/gcc/config/i386/sco5.h index 6664ab38238..ac4e7e1e094 100644 --- a/gcc/config/i386/sco5.h +++ b/gcc/config/i386/sco5.h @@ -812,7 +812,8 @@ dtors_section () \ #undef STARTFILE_SPEC #define STARTFILE_SPEC \ - "%{!shared:\ + "%{shared: %{!mcoff: crti.o%s}} \ + %{!shared:\ %{!symbolic: \ %{pg:gcrt.o%s}%{!pg:%{p:mcrt1.o%s}%{!p:crt1.o%s}}}} \ %{ansi:values-Xc.o%s} \ |