From c70305f128f9ce0052d95ed082a8e7e486f42ce4 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Wed, 28 Jul 1993 10:47:20 -0700 Subject: [PATCH] (STARTFILE_SPEC): Define. From-SVN: r5024 --- gcc/config/mips/mips-5.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/config/mips/mips-5.h b/gcc/config/mips/mips-5.h index 64eae60dac9..c33830eb625 100644 --- a/gcc/config/mips/mips-5.h +++ b/gcc/config/mips/mips-5.h @@ -27,4 +27,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ %{shared} %{non_shared} %{call_shared} %{no_archive} %{exact_version} \ %{!shared: %{!non_shared: %{!call_shared: -non_shared}}}}" +#define STARTFILE_SPEC "%{pg:gcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt1.o%s crtn.o%s}}" + #include "mips/mips.h" -- 2.30.2