diff options
Diffstat (limited to 'gcc/java/lang-options.h')
-rw-r--r-- | gcc/java/lang-options.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/java/lang-options.h b/gcc/java/lang-options.h index 3397fa8..90e3190 100644 --- a/gcc/java/lang-options.h +++ b/gcc/java/lang-options.h @@ -34,10 +34,12 @@ DEFINE_LANG_NAME ("Java") N_("Disable assignability checks for stores into object arrays") }, { "-fjni", N_("Assume native functions are implemented using JNI") }, - { "--CLASSPATH", - N_("Set class path and suppress system path") }, + { "--bootclasspath", + N_("Replace system path") }, { "--classpath", N_("Set class path") }, + { "--CLASSPATH", + N_("Set class path (deprecated: use --classpath instead)") }, { "--main", N_("Choose class whose main method should be used") }, { "--encoding", |