diff options
author | Marek Michalkiewicz <marekm@linux.org.pl> | 2000-12-01 18:49:05 +0100 |
---|---|---|
committer | Denis Chertykov <denisc@gcc.gnu.org> | 2000-12-01 20:49:05 +0300 |
commit | 3a69a7d58ef5212c22187b661e466f062429b8cb (patch) | |
tree | ca6c4887cca1326317ce6d14049b068bf2da03e3 /gcc/install.texi | |
parent | c02cad8fb915c1c3354775e51768aae4780a17d7 (diff) | |
download | gcc-3a69a7d58ef5212c22187b661e466f062429b8cb.zip gcc-3a69a7d58ef5212c22187b661e466f062429b8cb.tar.gz gcc-3a69a7d58ef5212c22187b661e466f062429b8cb.tar.bz2 |
install.texi (avr): Replace incomplete list of supported MCU types with a link to the current one ...
* install.texi (avr): Replace incomplete list of supported MCU
types with a link to the current one ...
* invoke.texi (AVR Options): ... here. Update -mmcu= to list
all supported MCU types. Document -minit-stack= default.
Document new options -mno-tablejump, -mtiny-stack.
* md.texi (AVR family): Fix typo in 'w' constraint letter
description. Document 'q'. Update 'O'.
From-SVN: r37917
Diffstat (limited to 'gcc/install.texi')
-rw-r--r-- | gcc/install.texi | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gcc/install.texi b/gcc/install.texi index 9e768bc..db4f226 100644 --- a/gcc/install.texi +++ b/gcc/install.texi @@ -992,13 +992,7 @@ AMD Am29050 used in a system running a variant of BSD Unix. @item avr ATMEL AVR-family micro controllers. These are used in embedded applications. There are no standard Unix configurations. -Supports following MCU's: - - AT90S23xx - - ATtiny22 - - AT90S44xx - - AT90S85xx - - ATmega603/603L - - ATmega103/103L +See @xref{AVR Options} for the list of supported MCU types. @item decstation-* MIPS-based DECstations can support three different personalities: |