diff options
author | Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> | 2001-08-11 14:42:30 +0200 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2001-08-11 12:42:30 +0000 |
commit | d8393f64e952bae840d86ce08a221709a1ecb3c6 (patch) | |
tree | df4a6f68b1254ad96c01ff84fbfff690d7696058 /gcc | |
parent | bef985f3f69e6f63b144e936b599517e2d6b0601 (diff) | |
download | gcc-d8393f64e952bae840d86ce08a221709a1ecb3c6.zip gcc-d8393f64e952bae840d86ce08a221709a1ecb3c6.tar.gz gcc-d8393f64e952bae840d86ce08a221709a1ecb3c6.tar.bz2 |
install.texi (Specific, c4x): Fix cross-reference to the main manual to work both for info and HTML versions.
* doc/install.texi (Specific, c4x): Fix cross-reference to the
main manual to work both for info and HTML versions.
From-SVN: r44795
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 14 |
2 files changed, 15 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6214570..d1d8dac 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-08-11 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> + + * doc/install.texi (Specific, c4x): Fix cross-reference to the + main manual to work both for info and HTML versions. + 2001-08-11 Neil Booth <neil@daikokuya.demon.co.uk> * cpphash.c (_cpp_destroy_hashtable): Use ht_destroy. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 1b8afee..b0ff21f 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1691,9 +1691,15 @@ indicates that you should upgrade to a newer version of the binutils. Texas Instruments TMS320C3x and TMS320C4x Floating Point Digital Signal Processors. These are used in embedded applications. There are no -standard Unix configurations. @xref{C4x Options,, C4x Options, gcc, -Using and Porting the GNU Compiler Collection (GCC)}, for the list of -supported MCU types. +standard Unix configurations. +@ifnothtml +@xref{TMS320C3x/C4x Options,, TMS320C3x/C4x Options, gcc, Using and +Porting the GNU Compiler Collection (GCC)}, +@end ifnothtml +@ifnotinfo +See ``TMS320C3x/C4x Options'' in the main manual +@end ifnotinfo +for the list of supported MCU types. GCC can be configured as a cross compiler for both the C3x and C4x architectures on the same system. Use @samp{configure --target=c4x @@ -1705,7 +1711,7 @@ can also be obtained from: @itemize @bullet @item -@uref{http://www.elec.canterbury.ac.nz/c4x,,http://www.elec.canterbury.ac.nz/c4x} +@uref{http://www.elec.canterbury.ac.nz/c4x/,,http://www.elec.canterbury.ac.nz/c4x/} @end itemize @html |