This is the mail archive of the gcc@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]
Other format: [Raw text]

PATCH for Re: "Host/Target specific installation notes for GCC": broken link


On Sun, 22 Mar 2009, Dennis Schridde wrote:
> The page on "Host/Target specific installation notes for GCC" 
> (http://gcc.gnu.org/install/specific.html) has a broken link.
> In the table of contents it links to 
> "http://gcc.gnu.org/install/specific.html#x-x-mingw";, while 
> "http://gcc.gnu.org/install/specific.html#x-x-mingw32"; would be correct.

Not just that, there also was another broken cross-reference.  The
patch below fixes both of those.  I have tested this by building and
examining the HTML files and also deployed the change on gcc.gnu.org
and verified them via the website there.

Thanks for the report, Dennis!

Gerald


2009-04-06  Gerald Pfeifer  <gerald@pfeifer.com>

	* doc/install.texi (Specific): Fix two cross-references to MinGW.

Index: doc/install.texi
===================================================================
--- doc/install.texi	(revision 145616)
+++ doc/install.texi	(working copy)
@@ -2726,7 +2726,7 @@
 @item
 @uref{#x-x-interix,,*-*-interix}
 @item
-@uref{#x-x-mingw,,*-*-mingw}
+@uref{#x-x-mingw32,,*-*-mingw32}
 @item
 @uref{#os2,,OS/2}
 @item
@@ -4124,7 +4124,7 @@
 Linux API emulation layer in the Win32 subsystem.
 @item Interix @uref{#x-x-interix,,*-*-interix}: The Interix subsystem 
 provides native support for POSIX.
-@item MinGW @uref{#x-x-mingw,,*-*-mingw}: MinGW is a native GCC port for 
+@item MinGW @uref{#x-x-mingw32,,*-*-mingw32}: MinGW is a native GCC port for 
 the Win32 subsystem that provides a subset of POSIX.
 @item MKS i386-pc-mks: NuTCracker from MKS.  See 
 @uref{http://www.mkssoftware.com/} for more information.


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