install.texi (Specific, avr): Fix cross-reference to the main manual to work both for info and HTML versions.

* doc/install.texi (Specific, avr): Fix cross-reference to the
	main manual to work both for info and HTML versions.

From-SVN: r44755
This commit is contained in:
Gerald Pfeifer 2001-08-10 09:20:28 +02:00 committed by Gerald Pfeifer
parent 7c08e8b25a
commit ca52d04686
2 changed files with 14 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2001-08-10 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* doc/install.texi (Specific, avr): Fix cross-reference to the
main manual to work both for info and HTML versions.
2001-08-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
* stmt.c (expand_null_return_1): Remove code to generate simple returns

View File

@ -1652,9 +1652,15 @@ You will need to install GNU @command{sed} before you can run configure.
@heading @anchor{avr}avr
ATMEL AVR-family micro controllers. These are used in embedded
applications. There are no standard Unix configurations. @xref{AVR
Options,, AVR Options, gcc, Using and Porting the GNU Compiler
Collection (GCC)}, for the list of supported MCU types.
applications. There are no standard Unix configurations.
@ifnothtml
@xref{AVR Options,, AVR Options, gcc, Using and Porting the GNU Compiler
Collection (GCC)},
@end ifnothtml
@ifnotinfo
See ``AVR Options'' in the main manual
@end ifnotinfo
for the list of supported MCU types.
Use @samp{configure --target=avr --enable-languages="c"} to configure GCC@.