From: Richard Stallman Date: Tue, 3 Aug 1993 03:13:17 +0000 (+0000) Subject: entered into RCS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cf0e292fd009eaf1ade6fc0c7344fa77ff8ac529;p=gcc.git entered into RCS From-SVN: r5057 --- diff --git a/gcc/config/i386/seq-sysv3.h b/gcc/config/i386/seq-sysv3.h new file mode 100644 index 00000000000..8dcff859e24 --- /dev/null +++ b/gcc/config/i386/seq-sysv3.h @@ -0,0 +1,14 @@ +#include "sysv3.h" + +/* Sequent Symmetry SVr3 doesn't have crtn.o; crt1.o doesn't work + but crt0.o does. */ + +#undef STARTFILE_SPEC +#define STARTFILE_SPEC \ +"%{pg:gcrt0.o%s}\ + %{!pg:%{posix:%{p:mcrtp0.o%s}%{!p:crtp0.o%s}}\ + %{!posix:%{p:mcrt0.o%s}%{!p:crt0.o%s}}} crtbegin.o%s\ + %{p:-L/usr/lib/libp}%{pg:-L/usr/lib/libp}" + +#undef LIB_SPEC +#define LIB_SPEC "%{posix:-lcposix} %{shlib:-lc_s} -lc crtend.o%s"