diff options
Diffstat (limited to 'gcc/java/lang-options.h')
| -rw-r--r-- | gcc/java/lang-options.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/java/lang-options.h b/gcc/java/lang-options.h index 2b207dcdeb2..3d4ec6da416 100644 --- a/gcc/java/lang-options.h +++ b/gcc/java/lang-options.h @@ -41,6 +41,9 @@ DEFINE_LANG_NAME ("Java") { "-MMD", "Print dependencies to FILE.d" }, { "-M", "Print dependencies to stdout" }, { "-MM", "Print dependencies to stdout" }, + { "-MA", "Print dummy rules for included files" }, + { "-MF", "Print dependencies to FILE" }, + { "-MT", "Use TARGET as name of target in dependency file" }, #endif /* ! USE_CPPLIB */ { "--classpath", "Set class path and suppress system path" }, { "--CLASSPATH", "Set class path" }, |

