diff options
| author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-18 12:16:41 +0000 |
|---|---|---|
| committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-18 12:16:41 +0000 |
| commit | 73f9ec45f7e3fed4ae3755cede34bb88083b40a4 (patch) | |
| tree | bef4fe13055e51f7ce180278128137d1a4a12096 | |
| parent | 28255602b051317687130f5239a55b5e4972abd8 (diff) | |
| download | ppe42-gcc-73f9ec45f7e3fed4ae3755cede34bb88083b40a4.tar.gz ppe42-gcc-73f9ec45f7e3fed4ae3755cede34bb88083b40a4.zip | |
* g77install.texi: Remove obsolete parts only used for INSTALL,
and DOC-G77 conditionals. Update last-update-install date.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38343 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/f/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/f/g77install.texi | 30 |
2 files changed, 6 insertions, 29 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 20e1132a10b..abfa945ff0e 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,8 @@ +2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk> + + * g77install.texi: Remove obsolete parts only used for INSTALL, + and DOC-G77 conditionals. Update last-update-install date. + Sat Dec 9 10:20:11 2000 Joseph S. Myers <jsm28@cam.ac.uk> * .cvsignore: New file; add info files. diff --git a/gcc/f/g77install.texi b/gcc/f/g77install.texi index 64cf9a87823..e5b0415a38a 100644 --- a/gcc/f/g77install.texi +++ b/gcc/f/g77install.texi @@ -2,39 +2,13 @@ @c This is part of the G77 manual. @c For copying conditions, see the file g77.texi. -@c The text of this file appears in the file INSTALL -@c in the G77 distribution, as well as in the G77 manual. - -@c Keep this the same as the dates above, since it's used -@c in the standalone derivations of this file (e.g. INSTALL). -@set copyrights 1995, 1996, 1997, 1998, 1999, 2000 - -@set last-update-install 1999-07-17 +@set last-update-install 2000-11-05 @include root.texi -@ifset DOC-INSTALL -@c The immediately following lines apply to the INSTALL file -@c which is generated using this file. -@emph{Note:} This file is automatically generated from the files -@file{install0.texi} and @file{g77install.texi}. -@file{INSTALL} is @emph{not} a source file, -although it is normally included within source distributions. - -This file contains installation information for the GNU Fortran compiler. -Copyright (C) @value{copyrights-install} Free Software Foundation, Inc. -You may copy, distribute, and modify it freely as long as you preserve -this copyright notice and permission notice. - -@node Top,,, (dir) -@chapter Installing GNU Fortran -@end ifset - -@ifset DOC-G77 @node Installation @chapter Installing GNU Fortran @cindex installing, GNU Fortran -@end ifset The following information describes how to install @code{g77}. @@ -221,9 +195,7 @@ be fixed in a future version of @code{gcc}. @cindex AIX A linker bug on some versions of AIX 4.1 might prevent building when @code{g77} is built within @code{gcc}. -@ifset DOC-G77 @xref{LINKFAIL}. -@end ifset @node Cross-compiler Problems @subsection Cross-compiler Problems |

