Reverting merge from trunk
[official-gcc.git] / gcc / ada / gcc-interface / lang.opt
blobdebeff660e0a5ab355e1c2e8701a2544c3b1d89c
1 ; Options for the Ada front end.
2 ; Copyright (C) 2003, 2007, 2008, 2010, 2011, 2012
3 ; Free Software Foundation, Inc.
5 ; This file is part of GCC.
7 ; GCC is free software; you can redistribute it and/or modify it under
8 ; the terms of the GNU General Public License as published by the Free
9 ; Software Foundation; either version 3, or (at your option) any later
10 ; version.
11
12 ; GCC is distributed in the hope that it will be useful, but WITHOUT ANY
13 ; WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 ; FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
15 ; for more details.
16
17 ; You should have received a copy of the GNU General Public License
18 ; along with GCC; see the file COPYING3.  If not see
19 ; <http://www.gnu.org/licenses/>.
22 ; See the GCC internals manual for a description of this file's format.
24 ; Please try to keep this file in ASCII collating order.
26 Language
27 Ada
29 Language
30 AdaWhy
32 Language
33 AdaSCIL
35 -all-warnings
36 Ada AdaWhy AdaSCIL Alias(Wall)
38 -include-barrier
39 Ada AdaWhy AdaSCIL Alias(I, -)
41 -include-directory
42 Ada AdaWhy AdaSCIL Separate Alias(I)
44 -include-directory=
45 Ada AdaWhy AdaSCIL Joined Alias(I)
47 -no-standard-includes
48 Ada AdaWhy AdaSCIL Alias(nostdinc)
50 -no-standard-libraries
51 Ada AdaWhy AdaSCIL Alias(nostdlib)
54 Ada AdaWhy AdaSCIL Joined Separate
55 ; Documented in C but it should be: -I <dir>.   Add <dir> to the end of the main source path
57 Wall
58 Ada AdaWhy AdaSCIL
59 Enable most warning messages
62 Driver
63 Synonym of -gnatk8
65 nostdinc
66 Ada AdaWhy AdaSCIL RejectNegative
67 ; Documented in C but it should be: Do not look for source files in standard path
69 nostdlib
70 Ada AdaWhy AdaSCIL
71 Do not look for object files in standard path
73 fRTS=
74 Ada AdaWhy AdaSCIL Joined RejectNegative
75 Select the runtime
77 gant
78 Ada AdaWhy AdaSCIL Joined Undocumented
79 Catch typos
81 gnatO
82 Ada AdaWhy AdaSCIL Separate
83 Set name of output ALI file (internal switch)
85 gnat
86 Ada AdaWhy AdaSCIL Joined
87 -gnat<options>  Specify options to GNAT
89 ; This comment is to ensure we retain the blank line above.