Commit 598f4c4c by Joseph Myers Committed by Joseph Myers

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
parent 394f41b6
2001-11-19 Joseph S. Myers <jsm28@cam.ac.uk>
* 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.
Mon Nov 19 07:21:35 2001 Douglas B. Rupp <rupp@gnat.com> Mon Nov 19 07:21:35 2001 Douglas B. Rupp <rupp@gnat.com>
* config/alpha/xm-vms.h: Don't define macros that autoconf handles. * config/alpha/xm-vms.h: Don't define macros that autoconf handles.
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
@chapter Makefile Fragments @chapter Makefile Fragments
@cindex makefile fragment @cindex makefile fragment
When you configure GCC using the @file{configure} script When you configure GCC using the @file{configure} script,
(@pxref{Installation}), it will construct the file @file{Makefile} from it will construct the file @file{Makefile} from
the template file @file{Makefile.in}. When it does this, it will the template file @file{Makefile.in}. When it does this, it will
incorporate makefile fragment files from the @file{config} directory, incorporate makefile fragment files from the @file{config} directory,
named @file{t-@var{target}} and @file{x-@var{host}}. If these files do named @file{t-@var{target}} and @file{x-@var{host}}. If these files do
......
...@@ -217,14 +217,14 @@ texts being (a) (see below), and with the Back-Cover Texts being (b) ...@@ -217,14 +217,14 @@ texts being (a) (see below), and with the Back-Cover Texts being (b)
@ifset INTERNALS @ifset INTERNALS
@ifset USING @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 compiler, as well as its new features and incompatibilities, and how to
report bugs. It corresponds to GCC version 3.1. report bugs. It corresponds to GCC version 3.1.
@end ifset @end ifset
@end ifset @end ifset
@ifclear INTERNALS @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 as well as its new features and incompatibilities, and how to report
bugs. It corresponds to GCC version 3.1. bugs. It corresponds to GCC version 3.1.
@end ifclear @end ifclear
...@@ -239,7 +239,7 @@ bugs. It corresponds to GCC version 3.1. ...@@ -239,7 +239,7 @@ bugs. It corresponds to GCC version 3.1.
* G++ and GCC:: You can compile C or C++ programs. * G++ and GCC:: You can compile C or C++ programs.
* Standards:: Language standards supported by GCC. * Standards:: Language standards supported by GCC.
* Invoking GCC:: Command options supported by @samp{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 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 family.
* C++ Extensions:: GNU extensions to the C++ language. * C++ Extensions:: GNU extensions to the C++ language.
......
...@@ -251,7 +251,7 @@ impossible to generate them. ...@@ -251,7 +251,7 @@ impossible to generate them.
@item @item
Debugging (@option{-g}) is not supported on the HP PA machine, unless you use 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 @item
Taking the address of a label may generate errors from the HP-UX Taking the address of a label may generate errors from the HP-UX
...@@ -355,7 +355,7 @@ assembler has this bug. ...@@ -355,7 +355,7 @@ assembler has this bug.
@item @item
On VMS, GAS versions 1.38.1 and earlier may cause spurious warning On VMS, GAS versions 1.38.1 and earlier may cause spurious warning
messages from the linker. These warning messages complain of mismatched 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 @item
On NewsOS version 3, if you include both of the files @file{stddef.h} On NewsOS version 3, if you include both of the files @file{stddef.h}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment