OSDN Git Service

Sat Jul 17 11:28:43 1999 Craig Burley <craig@jcb-sc.com>
authorburley <burley@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Jul 1999 15:48:39 +0000 (15:48 +0000)
committerburley <burley@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Jul 1999 15:48:39 +0000 (15:48 +0000)
* root.texi, g77install.texi: Switchover to GCC terminology.
Also, FSF-G77 had been mistakenly set at some point.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28143 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/f/ChangeLog
gcc/f/g77install.texi
gcc/f/root.texi

index f177e9d..785ac1b 100644 (file)
@@ -1,3 +1,8 @@
+Sat Jul 17 11:28:43 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * root.texi, g77install.texi: Switchover to GCC terminology.
+       Also, FSF-G77 had been mistakenly set at some point.
+
 Thu Jul  8 15:38:50 1999  Craig Burley  <craig@jcb-sc.com>
 
        * news.texi: Describe DATE intrinsic fix.
index 4408297..abc6396 100644 (file)
@@ -9,7 +9,7 @@
 @c in the standalone derivations of this file (e.g. INSTALL).
 @set copyrights 1995-1999
 
-@set last-update-install 1999-05-10
+@set last-update-install 1999-07-17
 
 @include root.texi
 
@@ -30,7 +30,6 @@ this copyright notice and permission notice.
 @chapter Installing GNU Fortran
 @end ifset
 
-@set version-gcc 2.8.1
 @set version-autoconf 2.12
 @set version-bison 1.25
 @set version-gperf 2.5
@@ -50,21 +49,22 @@ this copyright notice and permission notice.
 
 The following information describes how to install @code{g77}.
 
+@clear OMIT-FSF-G77
+
 @ifset EGCS-G77
 @set OMIT-FSF-G77
-Note that, for @code{egcs} users,
+@end ifset
+
+@ifset GCC-G77
+@set OMIT-FSF-G77
+@end ifset
+
+@ifset OMIT-FSF-G77
+Note that, for users of the @value{which-g77} version of @code{g77},
 much of the information is obsolete,
 and is superceded by the
-@code{egcs} installation procedures.
+@value{which-gcc} installation procedures.
 Such information is accordingly omitted and flagged as such.
-@ifset DEVELOPMENT
-@ifclear DOC-INSTALL
-@clear OMIT-FSF-G77
-(It is not actually omitted from the development version of this documentation,
-so the @code{g77} developers can easily find all the documentation
-for all versions of @code{g77} in one place.)
-@end ifclear
-@end ifset
 @end ifset
 
 @ifclear OMIT-FSF-G77
@@ -112,9 +112,10 @@ The following information was last updated on @value{last-update-install}:
 @section Prerequisites
 @cindex prerequisites
 
-@ifset EGCS-G77
-For @code{egcs} users, this information is
-superceded by the @code{egcs} installation instructions.
+@ifset OMIT-FSF-G77
+For users of the @value{which-g77} version of @code{g77},
+this information is superceded by the
+@value{which-gcc} installation instructions.
 @end ifset
 
 @ifclear OMIT-FSF-G77
@@ -482,9 +483,9 @@ is not yet established.
 @cindex @code{ld}, can't find _strtoul
 @cindex SunOS4
 
-@ifset EGCS-G77
-This information does not apply to the
-@code{egcs} version of @code{g77}.
+@ifset OMIT-FSF-G77
+This information does not apply to
+the @value{which-g77} version of @code{g77},
 @end ifset
 
 @ifclear OMIT-FSF-G77
@@ -890,9 +891,10 @@ systems.
 @section Quick Start
 @cindex quick start
 
-@ifset EGCS-G77
-For @code{egcs} users, this information is
-superceded by the @code{egcs} installation instructions.
+@ifset OMIT-FSF-G77
+For users of the @value{which-g77} version of @code{g77},
+this information is superceded by the
+@value{which-gcc} installation instructions.
 @end ifset
 
 @ifclear OMIT-FSF-G77
@@ -1178,9 +1180,10 @@ Removing them can free up a lot of disk space.
 @node Complete Installation
 @section Complete Installation
 
-@ifset EGCS-G77
-For @code{egcs} users, this information is
-superceded by the @code{egcs} installation instructions.
+@ifset OMIT-FSF-G77
+For users of the @value{which-g77} version of @code{g77},
+this information is superceded by the
+@value{which-gcc} installation instructions.
 @end ifset
 
 @ifclear OMIT-FSF-G77
@@ -2048,9 +2051,10 @@ sh#
 @cindex binaries, distributing
 @cindex code, distributing
 
-@ifset EGCS-G77
-For @code{egcs} users, this information is
-superceded by the @code{egcs} installation instructions.
+@ifset OMIT-FSF-G77
+For users of the @value{which-g77} version of @code{g77},
+this information is superceded by the
+@value{which-gcc} installation instructions.
 @end ifset
 
 @ifclear OMIT-FSF-G77
index 37d8286..abc0058 100644 (file)
@@ -5,26 +5,35 @@
 @set DEVELOPMENT
 @set version-g77 0.5.25
 @set version-egcs 1.2
+@set version-gcc 2.95
 
-@c EGCS-G77 is set to indicate this is the EGCS version of g77.
+@c GCC-G77 indicates this is the GCC (2.95 or later) version of g77.
+@set GCC-G77
+
+@c EGCS-G77 indicates this is the EGCS (1.0 or 1.1) version of g77.
 @clear EGCS-G77
 
-@ifclear EGCS-G77
-@c FSF-G77 is set to indicate this is the FSF version of g77.
-@set FSF-G77
-@end ifclear
+@c FSF-G77 indicates this is the FSF (0.5.23 or earlier) version of g77.
+@clear FSF-G77
 
 @set email-general egcs@@egcs.cygnus.com
 @set email-bugs egcs-bugs@@egcs.cygnus.com
 @set path-g77 egcs/gcc/f
 @set path-libf2c egcs/libf2c
 
+@ifset GCC-G77
+@set which-g77 GCC-@value{version-gcc}
+@set which-gcc GCC
+@end ifset
+
 @ifset EGCS-G77
 @set which-g77 EGCS-@value{version-egcs}
+@set which-gcc EGCS
 @end ifset
 
 @ifset FSF-G77
 @set which-g77 FSF-@value{version-g77}
+@set which-gcc GCC
 @end ifset
 
 @set email-burley craig@@jcb-sc.com