diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1996-10-15 14:19:25 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1996-10-15 14:19:25 -0700 |
commit | 0002d808492ca4c75bd84afe7d781e6807c7c20d (patch) | |
tree | fc54afe2d7b9b38208d8d8b9f6d9da2f0eb101e1 | |
parent | 2086c0bae117604c3c78ce8abadaaa7fe09f0c4c (diff) | |
download | gcc-0002d808492ca4c75bd84afe7d781e6807c7c20d.zip gcc-0002d808492ca4c75bd84afe7d781e6807c7c20d.tar.gz gcc-0002d808492ca4c75bd84afe7d781e6807c7c20d.tar.bz2 |
(CPP_SPEC): Restore -D_LANGUAGE_C for Objective C.
From-SVN: r12964
-rw-r--r-- | gcc/config/mips/mips.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index dd31435..19abb47 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -793,7 +793,7 @@ while (0) %{.cc: -D__LANGUAGE_C_PLUS_PLUS -D_LANGUAGE_C_PLUS_PLUS} \ %{.cxx: -D__LANGUAGE_C_PLUS_PLUS -D_LANGUAGE_C_PLUS_PLUS} \ %{.C: -D__LANGUAGE_C_PLUS_PLUS -D_LANGUAGE_C_PLUS_PLUS} \ -%{.m: -D__LANGUAGE_OBJECTIVE_C -D_LANGUAGE_OBJECTIVE_C} \ +%{.m: -D__LANGUAGE_OBJECTIVE_C -D_LANGUAGE_OBJECTIVE_C -D__LANGUAGE_C -D_LANGUAGE_C} \ %{.S: -D__LANGUAGE_ASSEMBLY -D_LANGUAGE_ASSEMBLY %{!ansi:-DLANGUAGE_ASSEMBLY}} \ %{.s: -D__LANGUAGE_ASSEMBLY -D_LANGUAGE_ASSEMBLY %{!ansi:-DLANGUAGE_ASSEMBLY}} \ %{!.S: %{!.s: %{!.cc: %{!.cxx: %{!.C: %{!.m: -D__LANGUAGE_C -D_LANGUAGE_C %{!ansi:-DLANGUAGE_C}}}}}}} \ |