diff options
| author | brolley <brolley@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-05-11 08:50:13 +0000 |
|---|---|---|
| committer | brolley <brolley@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-05-11 08:50:13 +0000 |
| commit | d4f6eb1413cc87b791266e98379f515d7c4201aa (patch) | |
| tree | 7c4c72c65478e9c2127921bc39d21c6f676d2b76 | |
| parent | 4089ce387def16ea8abbdcf3899bb2e261dd4ba0 (diff) | |
| download | ppe42-gcc-d4f6eb1413cc87b791266e98379f515d7c4201aa.tar.gz ppe42-gcc-d4f6eb1413cc87b791266e98379f515d7c4201aa.zip | |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26882 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/java/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/java/lang-options.h | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index e410de46e5c..6ec01dd9887 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -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; diff --git a/gcc/java/lang-options.h b/gcc/java/lang-options.h index 808e38d9e81..db80b01cfc4 100644 --- a/gcc/java/lang-options.h +++ b/gcc/java/lang-options.h @@ -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" }, |

