This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PATCH for Re: dead link! Urgent


On Fri, 27 Jul 2001, Hisoka wrote:
> The link wich tell people how to configure gcc (in the installation
> instructions) is dead.

I believe this was broken by:

  2001-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>

        * doc/install.texi: Various spelling and markup fixes.
        (Installing GCC): Component specific installation instructions are
        gone.
        Fix reference.
        Warn about removing old install dir in the presence of shared libs.
        (Configuration): Invoke with options target to match configure
        --help.
        Consistently refer to gas, gld pathnames.
        Invert --enable-multilib documentation.
        Remove references to old compiler versions.

I have installed the following fix on both branches and am regenerating
the web pages now.

Gerald

2001-07-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>

        * doc/install.texi (Configuration): Properly link the host
        specific instructions also when generating HTML.

Index: install.texi
===================================================================
RCS file: /cvs/gcc/egcs/gcc/doc/install.texi,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -3 -p -r1.48 -r1.49
--- install.texi	2001/07/24 12:27:03	1.48
+++ install.texi	2001/07/27 08:48:38	1.49
@@ -264,8 +264,13 @@ scripts may fail.
 Note that the bootstrap compiler and the resulting GCC must be link
 compatible, else the bootstrap will fail with linker errors about
 incompatible object file formats.  Several multilibed targets are
-affected by this requirement, see @ref{Specific, host/target specific
-installation notes} for details.
+affected by this requirement, see
+@ifnothtml
+@ref{Specific, host/target specific installation notes}.
+@end ifnothtml
+@ifnotinfo
+@uref{specific.html,,host/target specific installation notes}.
+@end ifnotinfo

 To configure GCC:




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]