diff options
author | Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> | 2001-08-10 09:20:28 +0200 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2001-08-10 07:20:28 +0000 |
commit | ca52d0468642afa0c7176ad981eaa03d5610aec3 (patch) | |
tree | 0c22b299bb1f37cd49c4889366a3b7b8ff3a6588 | |
parent | 7c08e8b25a42f06f58bd515aed709902966dbde4 (diff) | |
download | gcc-ca52d0468642afa0c7176ad981eaa03d5610aec3.zip gcc-ca52d0468642afa0c7176ad981eaa03d5610aec3.tar.gz gcc-ca52d0468642afa0c7176ad981eaa03d5610aec3.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 12 |
2 files changed, 14 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 94412ee..3dd5d62 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 583316d..c43b43a 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@. |