aboutsummaryrefslogtreecommitdiff
path: root/gcc/f/invoke.texi
diff options
context:
space:
mode:
authorToon Moene <toon@moene.indiv.nluug.nl>2001-11-14 01:16:47 +0100
committerToon Moene <toon@gcc.gnu.org>2001-11-14 00:16:47 +0000
commitdc637ad798886a7f16ded45ac77492773a8eb05f (patch)
treeb659339fdd1a0eeca372f1880250232a948815ac /gcc/f/invoke.texi
parent7c3808430899ea245f2d86cfa432a8f31cfe0bc2 (diff)
downloadgcc-dc637ad798886a7f16ded45ac77492773a8eb05f.zip
gcc-dc637ad798886a7f16ded45ac77492773a8eb05f.tar.gz
gcc-dc637ad798886a7f16ded45ac77492773a8eb05f.tar.bz2
g77.1: Remove from CVS.
2001-11-14 Toon Moene <toon@moene.indiv.nluug.nl> * g77.1: Remove from CVS. * Make-lang.in: Build g77.1 in $(srcdir). Add --section=1 to POD2MAN command line. * invoke.texi: Correct copyright years. Add more sections to man page. Add GFDL. From-SVN: r46996
Diffstat (limited to 'gcc/f/invoke.texi')
-rw-r--r--gcc/f/invoke.texi58
1 files changed, 39 insertions, 19 deletions
diff --git a/gcc/f/invoke.texi b/gcc/f/invoke.texi
index caae931..38b17d52 100644
--- a/gcc/f/invoke.texi
+++ b/gcc/f/invoke.texi
@@ -1,27 +1,30 @@
-@c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-@c 2000, 2001 Free Software Foundation, Inc.
+@c Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
+@c Free Software Foundation, Inc.
@c This is part of the G77 manual.
@c For copying conditions, see the file g77.texi.
@ignore
@c man begin COPYRIGHT
-Copyright @copyright{} 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997,
-1998, 1999, 2000, 2001 Free Software Foundation, Inc.
-
-Permission is granted to make and distribute verbatim copies of this
-manual provided the copyright notice and this permission notice are
-preserved on all copies.
-
-Permission is granted to copy and distribute modified versions of this
-manual under the conditions for verbatim copying, provided also that the
-entire resulting derived work is distributed under the terms of a
-permission notice identical to this one.
-
-Permission is granted to copy and distribute translations of this manual
-into another language, under the above conditions for modified versions,
-except that this permission notice may be included in translations
-approved by the Free Software Foundation instead of in the original
-English.
+Copyright @copyright{} 1996, 1997, 1998, 1999, 2000, 2001
+Free Software Foundation, Inc.
+
+Permission is granted to copy, distribute and/or modify this document
+under the terms of the GNU Free Documentation License, Version 1.1 or
+any later version published by the Free Software Foundation; with the
+Invariant Sections being ``GNU General Public License'' and ``Funding
+Free Software'', the Front-Cover texts being (a) (see below), and with
+the Back-Cover Texts being (b) (see below). A copy of the license is
+included in the gfdl(7) man page.
+
+(a) The FSF's Front-Cover Text is:
+
+ A GNU Manual
+
+(b) The FSF's Back-Cover Text is:
+
+ You have freedom to copy and modify this GNU Manual, like GNU
+ software. Copies published by the Free Software Foundation raise
+ funds for GNU development.
@c man end
@c Set file name and title for the man page.
@setfilename g77
@@ -39,6 +42,7 @@ Only the most useful options are listed here; see below for the
remainder.
@c man end
@c man begin SEEALSO
+gpl(7), gfdl(7), fsf-funding(7),
cpp(1), gcov(1), gcc(1), as(1), ld(1), gdb(1), adb(1), dbx(1), sdb(1)
and the Info entries for @file{gcc}, @file{cpp}, @file{g77}, @file{as},
@file{ld}, @file{binutils} and @file{gdb}.
@@ -60,6 +64,8 @@ See the Info entry for @file{g77}, or
@cindex command options
@cindex options, GNU Fortran command
+@c man begin DESCRIPTION
+
The @code{g77} command supports all the options supported by the
@code{gcc} command.
@xref{Invoking GCC,,GNU CC Command Options,gcc,Using and Porting GNU CC},
@@ -82,6 +88,8 @@ the negative form of @samp{-ffoo} would be @samp{-fno-foo}.
This manual documents only one of these two forms, whichever
one is not the default.
+@c man end
+
@menu
* Option Summary:: Brief list of all @code{g77} options,
without explanations.
@@ -106,6 +114,8 @@ one is not the default.
@node Option Summary
@section Option Summary
+@c man begin OPTIONS
+
Here is a summary of all the options specific to GNU Fortran, grouped
by type. Explanations are in the following sections.
@@ -208,6 +218,8 @@ by type. Explanations are in the following sections.
@end smallexample
@end table
+@c man end
+
@menu
* Overall Options:: Controlling the kind of output:
an executable, object files, assembler files,
@@ -231,6 +243,8 @@ by type. Explanations are in the following sections.
@cindex overall options
@cindex options, overall
+@c man begin OPTIONS
+
Compilation can involve as many as four stages: preprocessing, code
generation (often what is really meant by the term ``compilation''),
assembly, and linking, always in that order. The first three
@@ -2156,10 +2170,14 @@ This probably will break any calls to the @code{libg2c} library,
at the very least, even if it is built with the same option.
@end table
+@c man end
+
@node Environment Variables
@section Environment Variables Affecting GNU Fortran
@cindex environment variables
+@c man begin ENVIRONMENT
+
GNU Fortran currently does not make use of any environment
variables to control its operation above and beyond those
that affect the operation of @code{gcc}.
@@ -2167,3 +2185,5 @@ that affect the operation of @code{gcc}.
@xref{Environment Variables,,Environment Variables Affecting GNU CC,
gcc,Using and Porting GNU CC}, for information on environment
variables.
+
+@c man end