diff options
author | Richard Sandiford <richard@codesourcery.com> | 2007-01-12 09:56:36 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2007-01-12 09:56:36 +0000 |
commit | 183dc04b83fb5ca7f67d77a92eb877b9cbd98f63 (patch) | |
tree | fd862547967d50f425683f6d8b56f37ace209252 /gcc/doc | |
parent | 648265890d8396546d49b2688273bb195fc9c684 (diff) | |
download | gcc-183dc04b83fb5ca7f67d77a92eb877b9cbd98f63.zip gcc-183dc04b83fb5ca7f67d77a92eb877b9cbd98f63.tar.gz gcc-183dc04b83fb5ca7f67d77a92eb877b9cbd98f63.tar.bz2 |
install.texi: Fix m68k-*-* anchor and add m68k-*-* to the list of targets.
gcc/
* doc/install.texi: Fix m68k-*-* anchor and add m68k-*-* to the
list of targets.
From-SVN: r120718
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/install.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index c3dd602..cf2ee7a 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}, |