(ASM_SPEC, LINK_SPEC): Delete.
authorJim Wilson <wilson@gcc.gnu.org>
Tue, 8 Mar 1994 01:46:59 +0000 (17:46 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Tue, 8 Mar 1994 01:46:59 +0000 (17:46 -0800)
From-SVN: r6719

gcc/config/mips/iris3.h
gcc/config/mips/news4.h
gcc/config/mips/ultrix.h

index 83cac619c33b356b135ffff066534f1895894ca8..b1633ac9142bf9bd3ad0d9353cd1eb38812fe9fa 100644 (file)
@@ -45,27 +45,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define MACHINE_TYPE   "Silicon Graphics Mips"
 
-/* SGI Iris doesn't support -EB/-EL like other MIPS processors.  */
-
-#define ASM_SPEC "\
-%{!mgas: \
-       %{!mrnames: %{!.s:-nocpp} %{.s: %{cpp} %{nocpp}}} \
-       %{pipe: %e-pipe is not supported.} \
-       %{mips1} %{mips2} %{mips3} \
-       %{noasmopt:-O0} \
-       %{!noasmopt:%{O:-O2} %{O1:-O2} %{O2:-O2} %{O3:-O3}} \
-       %{g} %{g0} %{g1} %{g2} %{g3} %{v} %{K} \
-       %{ggdb:-g} %{ggdb0:-g0} %{ggdb1:-g1} %{ggdb2:-g2} %{ggdb3:-g3} \
-       %{gstabs:-g} %{gstabs0:-g0} %{gstabs1:-g1} %{gstabs2:-g2} %{gstabs3:-g3} \
-       %{gstabs+:-g} %{gstabs+0:-g0} %{gstabs+1:-g1} %{gstabs+2:-g2} %{gstabs+3:-g3} \
-       %{gcoff:-g} %{gstabs0:-g0} %{gcoff1:-g1} %{gcoff2:-g2} %{gcoff3:-g3}} \
-%{G*}"
-
-#define LINK_SPEC "\
-%{G*} \
-%{!mgas: %{mips1} %{mips2} %{mips3} \
-        %{bestGnum} %{shared} %{non_shared}}"
-
 /* Always use 1 for .file number.  I [meissner@osf.org] wonder why
    IRIS needs this.  */
 
index 007618b4a516394e1755ba0c01841af183e79917..d88a5a6d2d21226b54f8515ff42cdab16cfb3c11 100644 (file)
@@ -24,21 +24,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 -Dsony_news -Dsony -Dunix -Dmips -Dhost_mips \
 -Asystem(unix) -Asystem(bsd) -Acpu(mips) -Amachine(mips)"
 
-#define ASM_SPEC "\
-%{!mgas: \
-       %{!mrnames: %{!.s:-nocpp} %{.s: %{cpp} %{nocpp}}} \
-       %{pipe:%e:-pipe not supported} \
-       %{EB} %{!EB:-EB} \
-       %{EL: %e-EL not supported} \
-       %{mips1} %{mips2} %{mips3} \
-       %{O:-O2} %{O1:-O2} %{O2:-O2} %{O3:-O3} \
-       %{g} %{g1} %{g2} %{g3} %{g0} %{v} %{K} \
-       %{ggdb:-g} %{ggdb0:-g0} %{ggdb1:-g1} %{ggdb2:-g2} %{ggdb3:-g3} \
-       %{gstabs:-g} %{gstabs0:-g0} %{gstabs1:-g1} %{gstabs2:-g2} %{gstabs3:-g3} \
-       %{gstabs+:-g} %{gstabs+0:-g0} %{gstabs+1:-g1} %{gstabs+2:-g2} %{gstabs+3:-g3} \
-       %{gcoff:-g} %{gstabs0:-g0} %{gcoff1:-g1} %{gcoff2:-g2} %{gcoff3:-g3}} \
-%{G*}"
-
 #define SYSTEM_INCLUDE_DIR "/usr/include2.0"
 
 #define CPP_SPEC "\
@@ -50,14 +35,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 %{.s:  -D__LANGUAGE_ASSEMBLY -D_LANGUAGE_ASSEMBLY %{!ansi:-DLANGUAGE_ASSEMBLY}} \
 %{!.S:%{!.s:   -D__LANGUAGE_C -D_LANGUAGE_C %{!ansi:-DLANGUAGE_C}}}"
 
-#define LINK_SPEC "\
-%{G*} \
-%{!mgas: \
-       %{EB} %{!EB:-EB} \
-       %{EL: %e-EL not supported} \
-       %{mips1} %{mips2} %{mips3} \
-       %{bestGnum}}"
-
 #define LIB_SPEC "%{p:-lprof1} %{pg:-lprof1} -lc"
 
 #define STARTFILE_SPEC "%{pg:gcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt0.o%s}}"
index 1a1bb8ba173997652de6a8d8ade788584aca59cc..ab9b13eb063518813ef0584513cbfa9f4fd4b66e 100644 (file)
@@ -26,23 +26,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 -Asystem(unix) -Asystem(bsd) -Acpu(mips) -Amachine(mips)"
 #endif
 
-#ifndef ASM_SPEC
-#define ASM_SPEC "\
-%{!mgas: \
-       %{!mrnames: %{!.s:-nocpp} %{.s: %{cpp} %{nocpp}}} \
-       %{pipe:%e:-pipe not supported} \
-       %{EL} %{!EL:-EL} \
-       %{EB: %e-EB not supported} \
-       %{mips1} %{mips2} %{mips3} \
-       %{O:-O2} %{O1:-O2} %{O2:-O2} %{O3:-O3} \
-       %{g} %{g0} %{g1} %{g2} %{g3} %{v} %{K} \
-       %{ggdb:-g} %{ggdb0:-g0} %{ggdb1:-g1} %{ggdb2:-g2} %{ggdb3:-g3} \
-       %{gstabs:-g} %{gstabs0:-g0} %{gstabs1:-g1} %{gstabs2:-g2} %{gstabs3:-g3} \
-       %{gstabs+:-g} %{gstabs+0:-g0} %{gstabs+1:-g1} %{gstabs+2:-g2} %{gstabs+3:-g3} \
-       %{gcoff:-g} %{gstabs0:-g0} %{gcoff1:-g1} %{gcoff2:-g2} %{gcoff3:-g3}} \
-%{G*}"
-#endif
-
 #ifndef CPP_SPEC
 #define CPP_SPEC "\
 %{.S:  -D__LANGUAGE_ASSEMBLY__ -D__LANGUAGE_ASSEMBLY %{!ansi:-DLANGUAGE_ASSEMBLY}} \
@@ -54,16 +37,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 %{!.S:%{!.s:   -D__LANGUAGE_C__  -D__LANGUAGE_C %{!ansi:-DLANGUAGE_C}}}"
 #endif
 
-#ifndef LINK_SPEC
-#define LINK_SPEC "\
-%{G*} \
-%{!mgas: \
-       %{EL} %{!EL: -EL} \
-       %{EB: %e-EB not supported} \
-       %{mips1} %{mips2} %{mips3} \
-       %{bestGnum}}"
-#endif
-
 #ifndef LIB_SPEC
 #define LIB_SPEC "%{p:-lprof1} %{pg:-lprof1} -lc"
 #endif