aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPer Bothner <bothner@gcc.gnu.org>1995-04-17 16:30:38 -0700
committerPer Bothner <bothner@gcc.gnu.org>1995-04-17 16:30:38 -0700
commitc9e5aa31802ac629311a6b16ae6548e37a5a2db9 (patch)
tree073044f378039c372dcfd0b3578b56918f47eb81
parentc4ae4e1116b6d4bfbd1d9c03cd82f90601a98e40 (diff)
downloadgcc-c9e5aa31802ac629311a6b16ae6548e37a5a2db9.zip
gcc-c9e5aa31802ac629311a6b16ae6548e37a5a2db9.tar.gz
gcc-c9e5aa31802ac629311a6b16ae6548e37a5a2db9.tar.bz2
* config/mips/x-iris (FIXPROTO_DEFINES): Add -D_LANGUAGE_C_PLUS_PLUS.
From-SVN: r9400
-rw-r--r--gcc/config/mips/x-iris2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/x-iris b/gcc/config/mips/x-iris
index e5bbbba..3d49e4c 100644
--- a/gcc/config/mips/x-iris
+++ b/gcc/config/mips/x-iris
@@ -25,4 +25,4 @@ CLIB = -lmld -lmalloc
ALLOCA = alloca.o
# Find all of the declarations from the header files
-FIXPROTO_DEFINES= -D__EXTENSIONS__
+FIXPROTO_DEFINES= -D__EXTENSIONS__ -D_LANGUAGE_C_PLUS_PLUS