diff options
author | Phil Blundell <pb@gcc.gnu.org> | 2001-05-24 21:16:41 +0000 |
---|---|---|
committer | Phil Blundell <pb@gcc.gnu.org> | 2001-05-24 21:16:41 +0000 |
commit | 476c334ecf62dda42aaa30728ee03cf314fe947e (patch) | |
tree | 408f17796a0af05095f39f2470da442c083257b8 | |
parent | 6646fd701f9bf5c8d452dc04c7a593f738534685 (diff) | |
download | gcc-476c334ecf62dda42aaa30728ee03cf314fe947e.zip gcc-476c334ecf62dda42aaa30728ee03cf314fe947e.tar.gz gcc-476c334ecf62dda42aaa30728ee03cf314fe947e.tar.bz2 |
install.texi (arm*-*-linux-gnu): Say that binutils 2.10 is required.
2001-05-24 Philip Blundell <philb@gnu.org>
* doc/install.texi (arm*-*-linux-gnu): Say that binutils 2.10 is
required.
From-SVN: r42546
-rw-r--r-- | gcc/doc/install.texi | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 0d55763..932e69c 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -33,7 +33,7 @@ @settitle Installing GCC: Binaries @end ifset -@comment $Id: install.texi,v 1.5 2001/05/23 06:41:48 rth Exp $ +@comment $Id: install.texi,v 1.6 2001/05/23 21:33:30 rth Exp $ @c Copyright (C) 2001 Free Software Foundation, Inc. @c *** Converted to texinfo by Dean Wakerley, dean@wakerley.com @@ -897,6 +897,8 @@ GNU Compiler Collection on your machine. @item @uref{#alpha*-dec-osf*,,alpha*-dec-osf*} @item +@uref{#arm*-*-linux-gnu,,arm*-*-linux-gnu} +@item @uref{#avr,,avr} @item @uref{#dos,,DOS} @@ -1021,6 +1023,14 @@ flag @code{-mieee}. @html </p> <hr> +<h3><a name="arm*-*-linux-gnu">arm*-*-linux-gnu</a></h3> +@end html + +We require GNU binutils 2.10 or newer. + +@html +</p> +<hr> <h3><a name="avr">avr</a></h3> @end html |