]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/common.opt
PR debug/4252
[thirdparty/gcc.git] / gcc / common.opt
CommitLineData
3272db82 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
837277ab 21; See c.opt for a description of this file's format.
3272db82 22
23; Please try to keep this file in ASCII collating order.
24
e690b385 25-help
26Common
27
28-target-help
29Common
30
31-version
32Common
33
34G
837277ab 35Common Joined Separate UInteger
e690b385 36
37aux-info
38Common Separate
39
40aux-info=
41Common Joined
42
43auxbase
44Common Separate
45
46auxbase-strip
47Common Separate
48
49d
50Common Joined
51
52dumpbase
53Common Separate
54
55o
56Common Joined Separate
57
58p
59Common
60
61pedantic
62Common
63
64pedantic-errors
65Common
66
3272db82 67quiet
68Common
69
e690b385 70version
71Common
72
73w
74Common
75
3272db82 76; This comment is to ensure we retain the blank line above.