aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorGerald Pfeifer <pfeifer@dbai.tuwien.ac.at>2001-08-10 07:20:28 +0000
committerGerald Pfeifer <pfeifer@dbai.tuwien.ac.at>2001-08-10 07:20:28 +0000
commit1a89f9cb50855c05bf5768d4cb094272c68d81ab (patch)
tree0c22b299bb1f37cd49c4889366a3b7b8ff3a6588 /gcc/doc
parent0da7582b41dc27e0b65ecff5717e0cf6e1e4e94c (diff)
* doc/install.texi (Specific, avr): Fix cross-reference to the
main manual to work both for info and HTML versions. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@44755 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/install.texi12
1 files changed, 9 insertions, 3 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 583316d4081..c43b43a5d70 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@.