aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/lang.opt
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java/lang.opt')
-rw-r--r--gcc/java/lang.opt31
1 files changed, 30 insertions, 1 deletions
diff --git a/gcc/java/lang.opt b/gcc/java/lang.opt
index 6dba084..3d6e902 100644
--- a/gcc/java/lang.opt
+++ b/gcc/java/lang.opt
@@ -1,5 +1,5 @@
; Options for the Java front end.
-; Copyright (C) 2003, 2005, 2007, 2009 Free Software Foundation, Inc.
+; Copyright (C) 2003, 2005, 2007, 2009, 2010 Free Software Foundation, Inc.
;
; This file is part of GCC.
;
@@ -24,6 +24,17 @@
Language
Java
+C
+Driver
+; Java driver option in fact distinct from C-family option with the same name.
+
+CLASSPATH
+Driver Separate
+
+D
+Driver Joined Separate
+; Java driver option similar to C-family option.
+
I
Java Joined Separate
; Documented for C
@@ -76,6 +87,18 @@ Wredundant-modifiers
Java Var(flag_redundant)
Warn if modifiers are specified when not necessary
+bootclasspath
+Driver Separate
+
+classpath
+Driver Separate
+
+encoding
+Driver Separate
+
+extdirs
+Driver Separate
+
fCLASSPATH=
Java JoinedOrMissing RejectNegative
--CLASSPATH Deprecated; use --classpath instead
@@ -136,6 +159,9 @@ fextdirs=
Java Joined RejectNegative
--extdirs=<path> Set the extension directory path
+fmain=
+Driver JoinedOrMissing RejectNegative
+
fsource-filename=
Java Joined Undocumented
@@ -208,6 +234,9 @@ ftarget=
Java Joined
Set the target VM version
+s-bc-abi
+Driver
+
version
Java RejectDriver