diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1993-07-28 10:47:20 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1993-07-28 10:47:20 -0700 |
commit | c70305f128f9ce0052d95ed082a8e7e486f42ce4 (patch) | |
tree | 35444fd6fe36a7573ae37b9d326f9701cda38628 /gcc | |
parent | 4c6d688ba03b176e10d251bbca1e4b4c95bf0a9e (diff) | |
download | gcc-c70305f128f9ce0052d95ed082a8e7e486f42ce4.zip gcc-c70305f128f9ce0052d95ed082a8e7e486f42ce4.tar.gz gcc-c70305f128f9ce0052d95ed082a8e7e486f42ce4.tar.bz2 |
(STARTFILE_SPEC): Define.
From-SVN: r5024
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/mips/mips-5.h | 2 |
1 files changed, 2 insertions, 0 deletions
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" |