]> gcc.gnu.org Git - gcc.git/commitdiff
install.texi (Specific, avr): Fix cross-reference to the main manual to work both...
authorGerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Fri, 10 Aug 2001 07:20:28 +0000 (09:20 +0200)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Fri, 10 Aug 2001 07:20:28 +0000 (07:20 +0000)
* doc/install.texi (Specific, avr): Fix cross-reference to the
main manual to work both for info and HTML versions.

From-SVN: r44755

gcc/ChangeLog
gcc/doc/install.texi

index 94412ee40669254d9a0dce828e17afba2b3b8da7..3dd5d621af308cf6f05b64a85aaa4e053fee15a5 100644 (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 
index 583316d40811cb71d54f7df89a9c4e11627b8da2..c43b43a5d70feee22daf7783200e7cc0aacaacf7 100644 (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@.
 
This page took 0.082948 seconds and 5 git commands to generate.