aboutsummaryrefslogtreecommitdiff
path: root/gcc/f/lang.opt
diff options
context:
space:
mode:
authorNeil Booth <neil@daikokuya.co.uk>2003-06-15 14:56:32 +0000
committerNeil Booth <neil@gcc.gnu.org>2003-06-15 14:56:32 +0000
commitbe43ab4e01784fedf2cb1eca843783e5eecd3535 (patch)
treebb53c4922fdf27602a271638fead41e6077d92ea /gcc/f/lang.opt
parent4682ae0463c9fcc254fe1c8ede9da9133a9956bc (diff)
downloadgcc-be43ab4e01784fedf2cb1eca843783e5eecd3535.zip
gcc-be43ab4e01784fedf2cb1eca843783e5eecd3535.tar.gz
gcc-be43ab4e01784fedf2cb1eca843783e5eecd3535.tar.bz2
c-opts.c (lang_flags): Update for new spelling of flags.
* c-opts.c (lang_flags): Update for new spelling of flags. (write_langs): Similarly. * c.opt: Specify languages. * opts.h: Remove languages. * opts.sh: Recognise front-end defined languages. ada: * lang.opt: Declare Ada. * misc.c (gnat_init_options): Update. doc: * sourcebuild.texi: Update. f: * lang.opt: Declare F77. java: * lang.opt: Declare Java. * lang.c (java_init_options): Update. treelang: * lang.opt: Declare Treelang. Update. * tree1.c (treelang_init_options): Update. From-SVN: r67976
Diffstat (limited to 'gcc/f/lang.opt')
-rw-r--r--gcc/f/lang.opt24
1 files changed, 4 insertions, 20 deletions
diff --git a/gcc/f/lang.opt b/gcc/f/lang.opt
index 327556f..c6e453e 100644
--- a/gcc/f/lang.opt
+++ b/gcc/f/lang.opt
@@ -18,29 +18,13 @@
; Software Foundation, 59 Temple Place - Suite 330, Boston, MA
; 02111-1307, USA.
-
-; This file is processed by the script opts.sh. It is a database of
-; command line options, with each record separated by a blank line,
-; and each field appearing on its own line. The first field is the
-; command-line switch with the leading "-" removed. All options
-; beginning with "f" or "W" are implicitly assumed to take a "no-"
-; form; this form should not be listed. If you do not want this
-; negative form and you want it to be automatically rejected, add
-; RejectNegative to the second field.
-
-; The second field should contain "F77". If the switch takes an
-; argument, then you should also specify "Joined" and/or "Separate" to
-; indicate where the argument can appear.
-
-; Comments can appear on their own line anwhere in the file, preceded
-; by a semicolon. Whitespace is permitted before the semicolon.
-
-; For each switch XXX below, an enumeration constant is created by the
-; script opts.sh spelt OPT_XXX, but with all non-alphanumeric
-; characters replaced with an underscore.
+; See c.opt for a description of this file's format.
; Please try to keep this file in ASCII collating order.
+Language
+F77
+
I
F77 Joined