diff options
author | Dave Brolley <brolley@cygnus.com> | 1999-05-11 08:50:13 +0000 |
---|---|---|
committer | Dave Brolley <brolley@gcc.gnu.org> | 1999-05-11 04:50:13 -0400 |
commit | b8b8bc0348891a1f9d8b62c0218865ad50e44e35 (patch) | |
tree | 7c4c72c65478e9c2127921bc39d21c6f676d2b76 /gcc/java/lang-options.h | |
parent | 593d78538da155206573f806a6f1ab8c4b8ae770 (diff) | |
download | gcc-b8b8bc0348891a1f9d8b62c0218865ad50e44e35.zip gcc-b8b8bc0348891a1f9d8b62c0218865ad50e44e35.tar.gz gcc-b8b8bc0348891a1f9d8b62c0218865ad50e44e35.tar.bz2 |
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
Diffstat (limited to 'gcc/java/lang-options.h')
-rw-r--r-- | gcc/java/lang-options.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/java/lang-options.h b/gcc/java/lang-options.h index 808e38d..db80b01 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" }, |