From 302dca4fe3e95debdc29581b2ab936b80a7d4eb8 Mon Sep 17 00:00:00 2001
From: rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Fri, 12 Jan 2007 09:56:36 +0000
Subject: [PATCH] gcc/ 	* doc/install.texi: Fix m68k-*-* anchor and add
 m68k-*-* to the 	list of targets.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120718 138bc75d-0d04-0410-961f-82ee72b054a4
---
 gcc/ChangeLog        | 5 +++++
 gcc/doc/install.texi | 4 +++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index e3ebbd9c96cd..7b34685fe0dc 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2007-01-12  Richard Sandiford  <richard@codesourcery.com>
+
+	* doc/install.texi: Fix m68k-*-* anchor and add m68k-*-* to the
+	list of targets.
+
 2007-01-12  Nathan Sidwell  <nathan@codesourcery.com>
 	    Richard Sandiford  <richard@codesourcery.com>
 
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index c3dd6021b078..cf2ee7a27092 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -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 Unix configurations.
 @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},
-- 
GitLab