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
This commit is contained in:
Arturo Montes 1999-02-27 12:48:26 +00:00 committed by Robert Lipe
parent 7126c249f2
commit 42902a7288
4 changed files with 150 additions and 135 deletions

View File

@ -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} \

View 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

276
gcc/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -1340,7 +1340,7 @@ changequote([,])dnl
else
tmake_file=i386/t-sco5
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
i[34567]86-*-sco3.2v4*) # 80386 running SCO 3.2v4 system