From: Jim Wilson Date: Wed, 28 Jul 1993 17:47:20 +0000 (-0700) Subject: (STARTFILE_SPEC): Define. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c70305f128f9ce0052d95ed082a8e7e486f42ce4;p=platform%2Fupstream%2Fgcc.git (STARTFILE_SPEC): Define. From-SVN: r5024 --- diff --git a/gcc/config/mips/mips-5.h b/gcc/config/mips/mips-5.h index 64eae60..c33830e 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"