[committed] Fix m68k-*-* anchors in install.texi

Richard Sandiford richard@codesourcery.com
Fri Jan 12 09:59:00 GMT 2007


I noticed by inspection that I'd got the m68k-*-* anchors wrong,
and that I'd failed to list the new item in the html list.
Fixed by the patch below, which I committed as obvious.

(What's the correct way to test this?  "make html" produced
an almost-empty HTML/gcc-4.3.0/gccinstall/index.html even before
the ColdFire patches, which is why I never picked up the problem
during testing.)

Richard


gcc/
	* doc/install.texi: Fix m68k-*-* anchor and add m68k-*-* to the
	list of targets.

Index: gcc/doc/install.texi
===================================================================
--- gcc/doc/install.texi	(revision 120713)
+++ gcc/doc/install.texi	(working copy)
@@ -2393,6 +2393,8 @@ information are.
 @item
 @uref{#m6812-elf,,m6812-elf}
 @item
+@uref{#m68k-x-x,,m68k-*-*}
+@item
 @uref{#m68k-hp-hpux,,m68k-hp-hpux}
 @item
 @uref{#mips-x-x,,mips-*-*}
@@ -3389,7 +3391,7 @@ applications.  There are no standard Uni
 @html
 <hr />
 @end html
-@heading @anchor{m68k-*-*}m68k-*-*
+@heading @anchor{m68k-x-x}m68k-*-*
 You can specify a default target using @option{--with-cpu=@var{target}}.
 This @var{target} can either be a @option{-mcpu} argument or one of the
 following values: @samp{m68000}, @samp{m68010}, @samp{m68020}, @samp{m68030},



More information about the Gcc-patches mailing list