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
This commit is contained in:
parent
593d78538d
commit
b8b8bc0348
@ -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;
|
||||
|
@ -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" },
|
||||
|
Loading…
Reference in New Issue
Block a user