From: Gerald Pfeifer Date: Fri, 10 Aug 2001 07:20:28 +0000 (+0200) Subject: install.texi (Specific, avr): Fix cross-reference to the main manual to work both... X-Git-Tag: prereleases/libstdc++-3.0.95~2766 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca52d0468642afa0c7176ad981eaa03d5610aec3;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 94412ee40669..3dd5d621af30 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-08-10 Gerald Pfeifer + + * 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 * stmt.c (expand_null_return_1): Remove code to generate simple returns diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 583316d40811..c43b43a5d70f 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -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@.