From: Jim Wilson Date: Tue, 8 Mar 1994 01:46:59 +0000 (-0800) Subject: (ASM_SPEC, LINK_SPEC): Delete. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4065d1d2ef40a948d8760ad314b83d01fb19b060;p=gcc.git (ASM_SPEC, LINK_SPEC): Delete. From-SVN: r6719 --- diff --git a/gcc/config/mips/iris3.h b/gcc/config/mips/iris3.h index 83cac619c33..b1633ac9142 100644 --- a/gcc/config/mips/iris3.h +++ b/gcc/config/mips/iris3.h @@ -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. */ diff --git a/gcc/config/mips/news4.h b/gcc/config/mips/news4.h index 007618b4a51..d88a5a6d2d2 100644 --- a/gcc/config/mips/news4.h +++ b/gcc/config/mips/news4.h @@ -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}}" diff --git a/gcc/config/mips/ultrix.h b/gcc/config/mips/ultrix.h index 1a1bb8ba173..ab9b13eb063 100644 --- a/gcc/config/mips/ultrix.h +++ b/gcc/config/mips/ultrix.h @@ -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