diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1994-04-21 12:54:38 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1994-04-21 12:54:38 -0700 |
commit | 9db8b14a27423427cff86b0d399ece20a5e36965 (patch) | |
tree | 78b504084a95e873f2a4225b59ea52c9c05b014a /gcc | |
parent | 53596fba5b42a2a8ce16a4472ab47af1e5a0cda1 (diff) | |
download | gcc-9db8b14a27423427cff86b0d399ece20a5e36965.zip gcc-9db8b14a27423427cff86b0d399ece20a5e36965.tar.gz gcc-9db8b14a27423427cff86b0d399ece20a5e36965.tar.bz2 |
(CPP_SPEC): Define _LANGUAGE_C for Objective C also.
From-SVN: r7127
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/mips/iris5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/iris5.h b/gcc/config/mips/iris5.h index ff124b0..2e22443 100644 --- a/gcc/config/mips/iris5.h +++ b/gcc/config/mips/iris5.h @@ -61,7 +61,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ %{.cc: -D_LANGUAGE_C_PLUS_PLUS} \ %{.cxx: -D_LANGUAGE_C_PLUS_PLUS} \ %{.C: -D_LANGUAGE_C_PLUS_PLUS} \ -%{.m: -D_LANGUAGE_OBJECTIVE_C} \ +%{.m: -D_LANGUAGE_OBJECTIVE_C -D_LANGUAGE_C} \ %{!.S: %{!.cc: %{!.cxx: %{!.C: %{!.m: -D_LANGUAGE_C %{!ansi:-DLANGUAGE_C}}}}}}\ %{!mfp64: -D_MIPS_FPSET=16}%{mfp64: -D_MIPS_FPSET=32} \ %{mips1: -D_MIPS_ISA=_MIPS_ISA_MIPS1} \ |