]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/ada/gcc-interface/lang.opt
Makefile.in (LOOSE_WARN): Delete.
[thirdparty/gcc.git] / gcc / ada / gcc-interface / lang.opt
CommitLineData
a1ab4c31 1; Options for the Ada front end.
d9d7a26c 2; Copyright (C) 2003, 2007, 2008, 2010, 2011 Free Software Foundation, Inc.
a1ab4c31
AC
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 3, 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 COPYING3. If not see
18; <http://www.gnu.org/licenses/>.
19
20
21; See the GCC internals manual for a description of this file's format.
22
23; Please try to keep this file in ASCII collating order.
24
25Language
26Ada
27
8fae6016
AC
28Language
29AdaWhy
30
e200444e 31-all-warnings
8fae6016 32Ada AdaWhy Alias(Wall)
e200444e
JM
33
34-include-barrier
8fae6016 35Ada AdaWhy Alias(I, -)
e200444e
JM
36
37-include-directory
8fae6016 38Ada AdaWhy Separate Alias(I)
e200444e
JM
39
40-include-directory=
8fae6016 41Ada AdaWhy Joined Alias(I)
e200444e
JM
42
43-no-standard-includes
8fae6016 44Ada AdaWhy Alias(nostdinc)
e200444e
JM
45
46-no-standard-libraries
8fae6016 47Ada AdaWhy Alias(nostdlib)
e200444e 48
a1ab4c31 49I
8fae6016 50Ada AdaWhy Joined Separate
0cfaf83f 51-I <dir>. Add <dir> to the end of the main source path
a1ab4c31
AC
52
53Wall
8fae6016 54Ada AdaWhy
0cfaf83f 55Enable most warning messages
a1ab4c31 56
dd9f93dc
JM
57k8
58Driver
0cfaf83f 59Synonym of -gnatk8
dd9f93dc 60
a1ab4c31 61nostdinc
8fae6016 62Ada AdaWhy RejectNegative
0cfaf83f 63Do not look for source files in standard path
a1ab4c31
AC
64
65nostdlib
8fae6016 66Ada AdaWhy
0cfaf83f 67Do not look for object files in standard path
a1ab4c31 68
a1ab4c31 69fRTS=
8fae6016 70Ada AdaWhy Joined RejectNegative
0cfaf83f 71Select the runtime
a1ab4c31 72
a1ab4c31 73gant
8fae6016 74Ada AdaWhy Joined Undocumented
0cfaf83f 75Catch typos
a1ab4c31
AC
76
77gnatO
8fae6016 78Ada AdaWhy Separate
0cfaf83f 79Set name of output ALI file (internal switch)
a1ab4c31
AC
80
81gnat
8fae6016 82Ada AdaWhy Joined
a1ab4c31
AC
83-gnat<options> Specify options to GNAT
84
85; This comment is to ensure we retain the blank line above.