lang-options.h: -MD, -MMD, -M and -MM not needed here for cpplib-enabled build.
authorDave Brolley <brolley@cygnus.com>
Tue, 11 May 1999 08:50:13 +0000 (08:50 +0000)
committerDave Brolley <brolley@gcc.gnu.org>
Tue, 11 May 1999 08:50:13 +0000 (04:50 -0400)
Tue May 11 11:46:36 1999  Dave Brolley  <brolley@cygnus.com>
* lang-options.h: -MD, -MMD, -M and -MM not needed here for
cpplib-enabled build.

From-SVN: r26882

gcc/java/ChangeLog
gcc/java/lang-options.h

index e410de46e5c34dc46bb6d6eb648a0cae6252e494..6ec01dd988746e61a29d79af51a53c037f1054d1 100644 (file)
@@ -1,3 +1,8 @@
+Tue May 11 11:46:36 1999  Dave Brolley  <brolley@cygnus.com>
+
+       * lang-options.h: -MD, -MMD, -M and -MM not needed here for
+       cpplib-enabled build.
+
 1999-05-05  Per Bothner  <bothner@cygnus.com>
 
        * class.c (make_field_value):  DECL_INITIAL may be a string literal;
index 808e38d9e812b6ee4b5ab539fc9b11fef5ba7b77..db80b01cfc4c679ef734125b7ff1c79c5d4b190a 100644 (file)
@@ -33,10 +33,12 @@ DEFINE_LANG_NAME ("Java")
   { "-fno-assume-compiled", "" },
   { "-femit-class-file", "" },
   { "-femit-class-files", "Dump class files to <name>.class" },
+#if ! USE_CPPLIB
   { "-MD", "Print dependencies to FILE.d" },
   { "-MMD", "Print dependencies to FILE.d" },
   { "-M", "Print dependencies to stdout" },
   { "-MM", "Print dependencies to stdout" },
+#endif /* ! USE_CPPLIB */
   { "-fclasspath", "Set class path and suppress system path" },
   { "-fCLASSPATH", "Set class path" },
   { "-I", "Add directory to class path" },