OSDN Git Service

* c-opts.c (lang_flags): Update for new spelling of flags.
[pf3gnuchains/gcc-fork.git] / gcc / java / lang.opt
1 ; Options for the Java front end.
2 ; Copyright (C) 2003 Free Software Foundation, Inc.
3 ;
4 ; This file is part of GCC.
5 ;
6 ; GCC is free software; you can redistribute it and/or modify it under
7 ; the terms of the GNU General Public License as published by the Free
8 ; Software Foundation; either version 2, or (at your option) any later
9 ; version.
10
11 ; GCC is distributed in the hope that it will be useful, but WITHOUT ANY
12 ; WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 ; FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14 ; for more details.
15
16 ; You should have received a copy of the GNU General Public License
17 ; along with GCC; see the file COPYING.  If not, write to the Free
18 ; Software Foundation, 59 Temple Place - Suite 330, Boston, MA
19 ; 02111-1307, USA.
20
21 ; See c.opt for a description of this file's format.
22
23 ; Please try to keep this file in ASCII collating order.
24
25 Language
26 Java
27
28 I
29 Java Joined
30
31 M
32 Java
33
34 MD_
35 Java
36
37 MF
38 Java Separate
39
40 MM
41 Java
42
43 MMD_
44 Java
45
46 MP
47 Java
48
49 MT
50 Java Separate
51
52 Wall
53 Java
54
55 Wdeprecated
56 Java
57
58 Wextraneous-semicolon
59 Java
60
61 Wout-of-date
62 Java
63
64 Wredundant-modifiers
65 Java
66
67 fCLASSPATH=
68 Java Joined RejectNegative
69
70 fassert
71 Java
72
73 fassume-compiled
74 Java
75
76 fassume-compiled=
77 Java Joined
78
79 fbootclasspath=
80 Java Joined RejectNegative
81
82 fcheck-references
83 Java
84
85 fclasspath=
86 Java Joined RejectNegative
87
88 fcompile-resource=
89 Java Joined RejectNegative
90
91 fdump-
92 Java Joined RejectNegative
93
94 femit-class-file
95 Java
96
97 femit-class-files
98 Java
99
100 fencoding=
101 Java Joined RejectNegative
102
103 fextdirs=
104 Java Joined RejectNegative
105
106 ffilelist-file
107 Java
108
109 fforce-classes-archive-check
110 Java
111
112 fhash-synchronization
113 Java
114
115 findirect-dispatch
116 Java
117
118 finline-functions
119 Java
120
121 fjni
122 Java
123
124 foptimize-static-class-initialization
125 Java
126
127 foutput-class-dir=
128 Java Joined RejectNegative
129
130 fstore-check
131 Java
132
133 fuse-boehm-gc
134 Java
135
136 fuse-divide-subroutine
137 Java
138
139 version
140 Java
141
142 ; This comment is to ensure we retain the blank line above.