OSDN Git Service

Tue May 11 11:45:16 1999 Dave Brolley <brolley@cygnus.com>
authorbrolley <brolley@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 May 1999 08:49:39 +0000 (08:49 +0000)
committerbrolley <brolley@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 May 1999 08:49:39 +0000 (08:49 +0000)
* toplev.c (documented_lang_options): Add -MD, -MMD, -M and -MM for
cpplib-enabled compilers.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26881 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/toplev.c

index cc08edb..0f120ff 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 1fe439a..6920b26 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", "" },