diff options
| -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 |
