From d8393f64e952bae840d86ce08a221709a1ecb3c6 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sat, 11 Aug 2001 14:42:30 +0200 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ 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 + + * 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 * 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 -- 2.7.4