diff options
author | Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> | 2001-08-14 22:18:14 +0200 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2001-08-14 20:18:14 +0000 |
commit | 98999d8b4917bf744d958f0b1315a5d705620b2f (patch) | |
tree | a99f8088e33b6e41fdaf51e0660be467c109138a /gcc/doc | |
parent | b213a5ca6dbefbfe7e6405b699060eb424455434 (diff) | |
download | gcc-98999d8b4917bf744d958f0b1315a5d705620b2f.zip gcc-98999d8b4917bf744d958f0b1315a5d705620b2f.tar.gz gcc-98999d8b4917bf744d958f0b1315a5d705620b2f.tar.bz2 |
install.texi (Specific, avr): Fix markup.
* doc/install.texi (Specific, avr): Fix markup.
(Specific, c4x): Ditto.
From-SVN: r44896
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/install.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index b0ff21f..f16a40c 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1657,9 +1657,9 @@ applications. There are no standard Unix configurations. @xref{AVR Options,, AVR Options, gcc, Using and Porting the GNU Compiler Collection (GCC)}, @end ifnothtml -@ifnotinfo +@ifhtml See ``AVR Options'' in the main manual -@end ifnotinfo +@end ifhtml for the list of supported MCU types. Use @samp{configure --target=avr --enable-languages="c"} to configure GCC@. @@ -1696,9 +1696,9 @@ standard Unix configurations. @xref{TMS320C3x/C4x Options,, TMS320C3x/C4x Options, gcc, Using and Porting the GNU Compiler Collection (GCC)}, @end ifnothtml -@ifnotinfo +@ifhtml See ``TMS320C3x/C4x Options'' in the main manual -@end ifnotinfo +@end ifhtml for the list of supported MCU types. GCC can be configured as a cross compiler for both the C3x and C4x |