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 4ea735caab5..0f0f74b581c 100644 --- a/gcc/java/lang-options.h +++ b/gcc/java/lang-options.h @@ -37,3 +37,6 @@ DEFINE_LANG_NAME ("Java") { "-MMD", "Print dependencies to FILE.d" }, { "-M", "Print dependencies to stdout" }, { "-MM", "Print dependencies to stdout" }, + { "-fclasspath", "Set class path and suppress system path" }, + { "-fCLASSPATH", "Set class path" }, + { "-I", "Add directory to class path" }, |

