install.texi: Update for C4x.

* doc/install.texi: Update for C4x.
	* README.C4X: Remove.

From-SVN: r43385
This commit is contained in:
Michael Hayes 2001-06-15 01:07:47 +00:00 committed by Michael Hayes
parent c771326b4f
commit 0132e32174
2 changed files with 33 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-06-15 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
* doc/install.texi: Update for C4x.
* README.C4X: Remove.
2001-06-14 Joseph S. Myers <jsm28@cam.ac.uk>
* doc/c-tree.texi, doc/contrib.texi, doc/extend.texi,

View File

@ -33,7 +33,7 @@
@settitle Installing GCC: Binaries
@end ifset
@comment $Id: install.texi,v 1.23 2001/06/13 13:07:28 jsm28 Exp $
@comment $Id: install.texi,v 1.24 2001/06/14 22:51:17 jsm28 Exp $
@c Copyright (C) 2001 Free Software Foundation, Inc.
@c *** Converted to texinfo by Dean Wakerley, dean@wakerley.com
@ -1181,6 +1181,8 @@ GNU Compiler Collection on your machine.
@item
@uref{#avr,,avr}
@item
@uref{#c4x,,c4x}
@item
@uref{#decstation-*,,decstation-*}
@item
@uref{#dos,,DOS}
@ -1626,6 +1628,31 @@ The following error:
indicates that you should upgrade to a newer version of the binutils.
@html
</p>
<hr>
@end html
@heading @anchor{c4x}c4x
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.
GCC can be configured as a cross compiler for both the C3x and C4x
architectures on the same system. Use @samp{configure --target=c4x
--enable-languages="c,c++"} to configure.
Further installation notes and other useful information about C4x tools
can also be obtained from:
@itemize @bullet
@item
@uref{http://www.elec.canterbury.ac.nz/c4x,,http://www.elec.canterbury.ac.nz/c4x}
@end itemize
@html
</p>
<hr>