OSDN Git Service

(STARTFILE_SPEC): Define.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Jul 1993 17:47:20 +0000 (17:47 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Jul 1993 17:47:20 +0000 (17:47 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5024 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/mips/mips-5.h

index 64eae60..c33830e 100644 (file)
@@ -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"