]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/config/mips/iris6.h
t-iris6gld: Renamed to ...
[gcc.git] / gcc / config / mips / iris6.h
index b2bcb1a00c2d5cdb5b945622f70d223e24a787eb..33d6b09825a1eb405164b4c1fbf25fbcda4dfb32 100644 (file)
@@ -394,7 +394,8 @@ while (0)
 /* Profiling is supported via libprof1.a not -lc_p as in IRIX 3.  */
 /* ??? If no mabi=X option give, but a mipsX option is, then should depend
    on the mipsX option.  */
-#define IRIX6_STARTFILE_SPEC \
+#undef IRIX_STARTFILE_SPEC
+#define IRIX_STARTFILE_SPEC \
   "%{!shared: \
      %{mabi=32:%{pg:gcrt1.o%s} \
        %{!pg:%{p:mcrt1.o%s libprof1.a%s}%{!p:crt1.o%s}}} \
@@ -421,7 +422,7 @@ while (0)
            %{!p:/usr/lib32/mips3/crt1.o%s}}}}}"
 
 #undef STARTFILE_SPEC
-#define STARTFILE_SPEC "%(irix6_startfile_spec) crtbegin.o%s"
+#define STARTFILE_SPEC "%(irix_startfile_spec) crtbegin.o%s"
 
 #undef LIB_SPEC
 #define LIB_SPEC \
@@ -440,7 +441,8 @@ while (0)
 
 /* ??? If no mabi=X option give, but a mipsX option is, then should depend
    on the mipsX option.  */
-#define IRIX6_ENDFILE_SPEC \
+#undef IRIX_ENDFILE_SPEC
+#define IRIX_ENDFILE_SPEC \
   "%{!shared: \
      %{mabi=32:crtn.o%s}\
      %{mabi=n32:%{mips4:/usr/lib32/mips4/crtn.o%s}\
@@ -451,7 +453,7 @@ while (0)
        %{!mips4:/usr/lib32/mips3/crtn.o%s}}}"
 
 #undef ENDFILE_SPEC
-#define ENDFILE_SPEC "crtend.o%s %(irix6_endfile_spec)"
+#define ENDFILE_SPEC "crtend.o%s %(irix_endfile_spec)"
 
 /* ??? If no mabi=X option give, but a mipsX option is, then should depend
    on the mipsX option.  */
@@ -476,8 +478,3 @@ do {                                                                \
 } while (0)
 
 #define MIPS_TFMODE_FORMAT mips_extended_format
-
-#undef SUBTARGET_EXTRA_SPECS
-#define SUBTARGET_EXTRA_SPECS \
-  { "irix6_startfile_spec", IRIX6_STARTFILE_SPEC }, \
-  { "irix6_endfile_spec", IRIX6_ENDFILE_SPEC },
This page took 0.03224 seconds and 5 git commands to generate.