Commit b8b8bc03 by Dave Brolley Committed by Dave Brolley

lang-options.h: -MD, -MMD, -M and -MM not needed here for cpplib-enabled build.

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
parent 593d7853
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> 1999-05-05 Per Bothner <bothner@cygnus.com>
* class.c (make_field_value): DECL_INITIAL may be a string literal; * class.c (make_field_value): DECL_INITIAL may be a string literal;
......
...@@ -33,10 +33,12 @@ DEFINE_LANG_NAME ("Java") ...@@ -33,10 +33,12 @@ DEFINE_LANG_NAME ("Java")
{ "-fno-assume-compiled", "" }, { "-fno-assume-compiled", "" },
{ "-femit-class-file", "" }, { "-femit-class-file", "" },
{ "-femit-class-files", "Dump class files to <name>.class" }, { "-femit-class-files", "Dump class files to <name>.class" },
#if ! USE_CPPLIB
{ "-MD", "Print dependencies to FILE.d" }, { "-MD", "Print dependencies to FILE.d" },
{ "-MMD", "Print dependencies to FILE.d" }, { "-MMD", "Print dependencies to FILE.d" },
{ "-M", "Print dependencies to stdout" }, { "-M", "Print dependencies to stdout" },
{ "-MM", "Print dependencies to stdout" }, { "-MM", "Print dependencies to stdout" },
#endif /* ! USE_CPPLIB */
{ "-fclasspath", "Set class path and suppress system path" }, { "-fclasspath", "Set class path and suppress system path" },
{ "-fCLASSPATH", "Set class path" }, { "-fCLASSPATH", "Set class path" },
{ "-I", "Add directory to class path" }, { "-I", "Add directory to class path" },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment