aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@cam.ac.uk>2001-11-19 12:42:28 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2001-11-19 12:42:28 +0000
commit598f4c4c13eb5c5604ce802254626c1fa289de58 (patch)
treec8d8a09cc33d04c51a127a337110d2993a46b08b /gcc/doc
parent394f41b6ccd34809f140d3361952abe1aa9d2ec0 (diff)
downloadgcc-598f4c4c13eb5c5604ce802254626c1fa289de58.zip
gcc-598f4c4c13eb5c5604ce802254626c1fa289de58.tar.gz
gcc-598f4c4c13eb5c5604ce802254626c1fa289de58.tar.bz2
fragments.texi, [...]: Remove links to old installation chapter.
* doc/fragments.texi, doc/trouble.texi: Remove links to old installation chapter. * doc/gcc.texi: Don't claim that this manual documents installation. Mark Installation menu entry as being out of date. From-SVN: r47172
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/fragments.texi4
-rw-r--r--gcc/doc/gcc.texi6
-rw-r--r--gcc/doc/trouble.texi4
3 files changed, 7 insertions, 7 deletions
diff --git a/gcc/doc/fragments.texi b/gcc/doc/fragments.texi
index 21f83a7..e2031b3 100644
--- a/gcc/doc/fragments.texi
+++ b/gcc/doc/fragments.texi
@@ -7,8 +7,8 @@
@chapter Makefile Fragments
@cindex makefile fragment
-When you configure GCC using the @file{configure} script
-(@pxref{Installation}), it will construct the file @file{Makefile} from
+When you configure GCC using the @file{configure} script,
+it will construct the file @file{Makefile} from
the template file @file{Makefile.in}. When it does this, it will
incorporate makefile fragment files from the @file{config} directory,
named @file{t-@var{target}} and @file{x-@var{host}}. If these files do
diff --git a/gcc/doc/gcc.texi b/gcc/doc/gcc.texi
index ffd2aff..a1f4e2e 100644
--- a/gcc/doc/gcc.texi
+++ b/gcc/doc/gcc.texi
@@ -217,14 +217,14 @@ texts being (a) (see below), and with the Back-Cover Texts being (b)
@ifset INTERNALS
@ifset USING
-This manual documents how to run, install and port the GNU
+This manual documents how to run and port the GNU
compiler, as well as its new features and incompatibilities, and how to
report bugs. It corresponds to GCC version 3.1.
@end ifset
@end ifset
@ifclear INTERNALS
-This manual documents how to run and install the GNU compiler,
+This manual documents how to run the GNU compiler,
as well as its new features and incompatibilities, and how to report
bugs. It corresponds to GCC version 3.1.
@end ifclear
@@ -239,7 +239,7 @@ bugs. It corresponds to GCC version 3.1.
* G++ and GCC:: You can compile C or C++ programs.
* Standards:: Language standards supported by GCC.
* Invoking GCC:: Command options supported by @samp{gcc}.
-* Installation:: How to configure, compile and install GCC.
+* Installation:: How to configure, compile and install GCC (out of date).
* C Implementation:: How GCC implements the ISO C specification.
* C Extensions:: GNU extensions to the C language family.
* C++ Extensions:: GNU extensions to the C++ language.
diff --git a/gcc/doc/trouble.texi b/gcc/doc/trouble.texi
index ff67f8f..aa374d1 100644
--- a/gcc/doc/trouble.texi
+++ b/gcc/doc/trouble.texi
@@ -251,7 +251,7 @@ impossible to generate them.
@item
Debugging (@option{-g}) is not supported on the HP PA machine, unless you use
-the preliminary GNU tools (@pxref{Installation}).
+the preliminary GNU tools.
@item
Taking the address of a label may generate errors from the HP-UX
@@ -355,7 +355,7 @@ assembler has this bug.
@item
On VMS, GAS versions 1.38.1 and earlier may cause spurious warning
messages from the linker. These warning messages complain of mismatched
-psect attributes. You can ignore them. @xref{VMS Install}.
+psect attributes. You can ignore them.
@item
On NewsOS version 3, if you include both of the files @file{stddef.h}