aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips/ultrix.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/mips/ultrix.h')
-rw-r--r--gcc/config/mips/ultrix.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/gcc/config/mips/ultrix.h b/gcc/config/mips/ultrix.h
index d6da6a841a9..7fb101a9151 100644
--- a/gcc/config/mips/ultrix.h
+++ b/gcc/config/mips/ultrix.h
@@ -1,5 +1,5 @@
/* Definitions of target machine for GNU compiler; DECstation (Ultrix) version.
- Copyright (C) 1991, 1997, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1991, 1997 Free Software Foundation, Inc.
This file is part of GNU CC.
@@ -31,12 +31,6 @@ Boston, MA 02111-1307, USA. */
#define LIB_SPEC "%{p:-lprof1} %{pg:-lprof1} -lc"
#endif
-#define SUBTARGET_CPP_SPEC "\
-%{.cc: -D__LANGUAGE_C -D_LANGUAGE_C} \
-%{.cxx: -D__LANGUAGE_C -D_LANGUAGE_C} \
-%{.C: -D__LANGUAGE_C -D_LANGUAGE_C} \
-"
-
#ifndef STARTFILE_SPEC
#define STARTFILE_SPEC "%{pg:gcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt0.o%s}}"
#endif
@@ -59,3 +53,5 @@ Boston, MA 02111-1307, USA. */
/* INITIALIZE_TRAMPOLINE calls this library function to flush
program and data caches. */
#define CACHE_FLUSH_FUNC "cacheflush"
+
+#include "mips/mips.h"