OSDN Git Service

entered into RCS
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 3 Aug 1993 03:13:17 +0000 (03:13 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 3 Aug 1993 03:13:17 +0000 (03:13 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5057 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/i386/seq-sysv3.h [new file with mode: 0644]

diff --git a/gcc/config/i386/seq-sysv3.h b/gcc/config/i386/seq-sysv3.h
new file mode 100644 (file)
index 0000000..8dcff85
--- /dev/null
@@ -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"