OSDN Git Service

gcc:
[pf3gnuchains/gcc-fork.git] / gcc / common.opt
1 ; Options for the language- and target-independent parts of the compiler.
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 -help
26 Common
27
28 -target-help
29 Common
30
31 -version
32 Common
33
34 G
35 Common Joined Separate UInteger
36
37 aux-info
38 Common Separate
39
40 aux-info=
41 Common Joined
42
43 auxbase
44 Common Separate
45
46 auxbase-strip
47 Common Separate
48
49 d
50 Common Joined
51
52 dumpbase
53 Common Separate
54
55 o
56 Common Joined Separate
57
58 p
59 Common
60
61 pedantic
62 Common
63
64 pedantic-errors
65 Common
66
67 quiet
68 Common
69
70 version
71 Common
72
73 w
74 Common
75
76 ; This comment is to ensure we retain the blank line above.