Commit ca52d046 by Gerald Pfeifer Committed by Gerald Pfeifer

install.texi (Specific, avr): Fix cross-reference to the main manual to work…

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
parent 7c08e8b2
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> 2001-08-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
* stmt.c (expand_null_return_1): Remove code to generate simple returns * stmt.c (expand_null_return_1): Remove code to generate simple returns
......
...@@ -1652,9 +1652,15 @@ You will need to install GNU @command{sed} before you can run configure. ...@@ -1652,9 +1652,15 @@ You will need to install GNU @command{sed} before you can run configure.
@heading @anchor{avr}avr @heading @anchor{avr}avr
ATMEL AVR-family micro controllers. These are used in embedded ATMEL AVR-family micro controllers. These are used in embedded
applications. There are no standard Unix configurations. @xref{AVR applications. There are no standard Unix configurations.
Options,, AVR Options, gcc, Using and Porting the GNU Compiler @ifnothtml
Collection (GCC)}, for the list of supported MCU types. @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@. Use @samp{configure --target=avr --enable-languages="c"} to configure GCC@.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment