]> gcc.gnu.org Git - gcc.git/commitdiff
*** empty log message ***
authorMichael Meissner <meissner@gcc.gnu.org>
Tue, 11 Feb 1992 23:11:47 +0000 (23:11 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Tue, 11 Feb 1992 23:11:47 +0000 (23:11 +0000)
From-SVN: r300

gcc/config/mips/bsd-4.h
gcc/config/mips/news4.h

index 8ebc1abe34d9cc00c36ec70d1d007bd205b10066..39907961d57fd9e31bae0cfb97a7169f6b91a86f 100644 (file)
@@ -29,8 +29,20 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
                                        %{ZSYSV:  -I/sysv/usr/include}} \
                         %{.S:  -D__LANGUAGE_ASSEMBLY__                 \
                                -D_LANGUAGE_ASSEMBLY                    \
-                               %{!ansi: -DLANGUAGE_ASSEMBLY}}          \
-                        %{!.S: -D__LANGUAGE_C__                        \
+                               %{!ansi:-DLANGUAGE_ASSEMBLY}}           \
+                        %{.cc: -D__LANGUAGE_C_PLUS_PLUS__              \
+                               -D_LANGUAGE_C_PLUS_PLUS                 \
+                               %{!ansi:-DLANGUAGE_C_PLUS_PLUS}}        \
+                        %{.cxx:-D__LANGUAGE_C_PLUS_PLUS__              \
+                               -D_LANGUAGE_C_PLUS_PLUS                 \
+                               %{!ansi:-DLANGUAGE_C_PLUS_PLUS}}        \
+                        %{.C:  -D__LANGUAGE_C_PLUS_PLUS__              \
+                               -D_LANGUAGE_C_PLUS_PLUS                 \
+                               %{!ansi:-DLANGUAGE_C_PLUS_PLUS}}        \
+                        %{.m:  -D__LANGUAGE_OBJECTIVE_C__              \
+                               -D_LANGUAGE_OBJECTIVE_C                 \
+                               %{!ansi:-DLANGUAGE_OBJECTIVE_C}}        \
+                        %{!.S: -D__LANGUAGE_C__                        \
                                -D_LANGUAGE_C                           \
                                %{!ansi:-DLANGUAGE_C}}"
 
index 2938e1ce76f0d56dd6ef55961f40ae82226d3949..45d10bf5b1a859ff03664908f40e85fa9e580108 100644 (file)
@@ -33,8 +33,20 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define CPP_SPEC       "-I/usr/include2.0                              \
                         %{.S:  -D__LANGUAGE_ASSEMBLY__                 \
                                -D_LANGUAGE_ASSEMBLY                    \
-                               %{!ansi: -DLANGUAGE_ASSEMBLY}}          \
-                        %{!.S: -D__LANGUAGE_C__                        \
+                               %{!ansi:-DLANGUAGE_ASSEMBLY}}           \
+                        %{.cc: -D__LANGUAGE_C_PLUS_PLUS__              \
+                               -D_LANGUAGE_C_PLUS_PLUS                 \
+                               %{!ansi:-DLANGUAGE_C_PLUS_PLUS}}        \
+                        %{.cxx:-D__LANGUAGE_C_PLUS_PLUS__              \
+                               -D_LANGUAGE_C_PLUS_PLUS                 \
+                               %{!ansi:-DLANGUAGE_C_PLUS_PLUS}}        \
+                        %{.C:  -D__LANGUAGE_C_PLUS_PLUS__              \
+                               -D_LANGUAGE_C_PLUS_PLUS                 \
+                               %{!ansi:-DLANGUAGE_C_PLUS_PLUS}}        \
+                        %{.m:  -D__LANGUAGE_OBJECTIVE_C__              \
+                               -D_LANGUAGE_OBJECTIVE_C                 \
+                               %{!ansi:-DLANGUAGE_OBJECTIVE_C}}        \
+                        %{!.S: -D__LANGUAGE_C__                        \
                                -D_LANGUAGE_C                           \
                                %{!ansi:-DLANGUAGE_C}}"
 
This page took 0.068952 seconds and 5 git commands to generate.