summaryrefslogtreecommitdiffstats
path: root/gcc/config/mips/ultrix.h
diff options
context:
space:
mode:
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1994-03-08 01:46:59 +0000
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1994-03-08 01:46:59 +0000
commitfade256a1160711a92c99580ba557048eee7da92 (patch)
treefa86b9d0f41080109b990bbd07c918e4492adade /gcc/config/mips/ultrix.h
parent9fe5fef6be1c7b69697f416ae4b90ff6dd987127 (diff)
downloadppe42-gcc-fade256a1160711a92c99580ba557048eee7da92.tar.gz
ppe42-gcc-fade256a1160711a92c99580ba557048eee7da92.zip
(ASM_SPEC, LINK_SPEC): Delete.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6719 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mips/ultrix.h')
-rw-r--r--gcc/config/mips/ultrix.h27
1 files changed, 0 insertions, 27 deletions
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
OpenPOWER on IntegriCloud