install.texi: Update for C4x.
authorMichael Hayes <m.hayes@elec.canterbury.ac.nz>
Fri, 15 Jun 2001 01:07:47 +0000 (01:07 +0000)
committerMichael Hayes <m.hayes@gcc.gnu.org>
Fri, 15 Jun 2001 01:07:47 +0000 (01:07 +0000)
* doc/install.texi: Update for C4x.
* README.C4X: Remove.

From-SVN: r43385

gcc/ChangeLog
gcc/doc/install.texi

index c1278173ae743cdc62b32c1dfa2587e15bd2caca..5643bc3adff7a9c411f33235333c7153ced87d51 100644 (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,
index 3e3465091a3b8f2460adb9af6ca28c7989bc1451..73fe48d8395687bbf56579edf49738adba419280 100644 (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>