toplev.c (documented_lang_options): Add -MD, -MMD, -M and -MM for cpplib-enabled...
authorDave Brolley <brolley@cygnus.com>
Tue, 11 May 1999 08:49:39 +0000 (08:49 +0000)
committerDave Brolley <brolley@gcc.gnu.org>
Tue, 11 May 1999 08:49:39 +0000 (04:49 -0400)
Tue May 11 11:45:16 1999  Dave Brolley  <brolley@cygnus.com>
* toplev.c (documented_lang_options): Add -MD, -MMD, -M and -MM for
cpplib-enabled compilers.

From-SVN: r26881

gcc/ChangeLog
gcc/toplev.c

index cc08edbf4e8d633e40b238e76bdbcd7be1e7dd08..0f120ff004f3f16ac28408f053b008b497922f5d 100644 (file)
@@ -1,3 +1,8 @@
+Tue May 11 11:45:16 1999  Dave Brolley  <brolley@cygnus.com>
+
+       * toplev.c (documented_lang_options): Add -MD, -MMD, -M and -MM for
+       cpplib-enabled compilers.
+
 Tue May 11 11:34:56 1999  Vladimir Makarov  <vmakarov@tofu.to.cygnus.com>
 
        * config/sparc/sparc.h (GO_IF_LEGITIMATE_ADDRESS): Add parentheses
index 1fe439a7247c11a0aff91d1e40f0f448e768e74e..6920b26dad1b3e76f2adc83a1ef0adb0bd68a04f 100644 (file)
@@ -1093,6 +1093,12 @@ documented_lang_options[] =
   { "-A", "" },
   { "-D", "" },
   { "-I", "" },
+#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 */
   { "-U", "" },
   { "-H", "" },
   { "-idirafter", "" },