Commit 42902a72 by Arturo Montes Committed by Robert Lipe

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
parent 7126c249
...@@ -812,7 +812,8 @@ dtors_section () \ ...@@ -812,7 +812,8 @@ dtors_section () \
#undef STARTFILE_SPEC #undef STARTFILE_SPEC
#define STARTFILE_SPEC \ #define STARTFILE_SPEC \
"%{!shared:\ "%{shared: %{!mcoff: crti.o%s}} \
%{!shared:\
%{!symbolic: \ %{!symbolic: \
%{pg:gcrt.o%s}%{!pg:%{p:mcrt1.o%s}%{!p:crt1.o%s}}}} \ %{pg:gcrt.o%s}%{!pg:%{p:mcrt1.o%s}%{!p:crt1.o%s}}}} \
%{ansi:values-Xc.o%s} \ %{ansi:values-Xc.o%s} \
......
...@@ -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
...@@ -1340,7 +1340,7 @@ changequote([,])dnl ...@@ -1340,7 +1340,7 @@ changequote([,])dnl
else else
tmake_file=i386/t-sco5 tmake_file=i386/t-sco5
fi fi
extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o" extra_parts="crti.o crtbegin.o crtend.o crtbeginS.o crtendS.o"
;; ;;
changequote(,)dnl changequote(,)dnl
i[34567]86-*-sco3.2v4*) # 80386 running SCO 3.2v4 system i[34567]86-*-sco3.2v4*) # 80386 running SCO 3.2v4 system
......
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