diff options
author | Jeff Law <law@gcc.gnu.org> | 1997-08-17 18:21:05 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1997-08-17 18:21:05 -0600 |
commit | 9c0416e03f9de45e42a5647453182b7bfd6e21d2 (patch) | |
tree | 1ae1df14760f1e1f8939d75525c68ff22c4c0c85 | |
parent | 71abb5679cd79d22fd48d3098542672745517f48 (diff) | |
download | gcc-9c0416e03f9de45e42a5647453182b7bfd6e21d2.zip gcc-9c0416e03f9de45e42a5647453182b7bfd6e21d2.tar.gz gcc-9c0416e03f9de45e42a5647453182b7bfd6e21d2.tar.bz2 |
Remove another reference to expected object file comparison failures.
From-SVN: r14826
-rw-r--r-- | gcc/f/install.texi | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/f/install.texi b/gcc/f/install.texi index 0159c15..1f7d796 100644 --- a/gcc/f/install.texi +++ b/gcc/f/install.texi @@ -1566,13 +1566,6 @@ To save some disk space during installation, after Stage 2 is built, you can type @samp{rm -fr stage1} to remove the binaries built during Stage 1. -@emph{Note:} @xref{Object File Differences}, for information on -expected differences in object files produced during Stage 2 and -Stage 3 of a bootstrap build. -These differences will be encountered as a result of using -the @samp{make compare} or similar command sequence recommended -by the GNU CC installation documentation. - Also, @xref{Installation,,Installing GNU CC,gcc,Using and Porting GNU CC}, for important information on building @code{gcc} that is not described in this @code{g77} manual. |