From: Michael Hayes
Date: Fri, 15 Jun 2001 01:07:47 +0000 (+0000)
Subject: install.texi: Update for C4x.
X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0132e3217488955fd8bedbe2a4f5ad7abac2cf5f;p=gcc.git
install.texi: Update for C4x.
* doc/install.texi: Update for C4x.
* README.C4X: Remove.
From-SVN: r43385
---
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c1278173ae7..5643bc3adff 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2001-06-15 Michael Hayes
+
+ * doc/install.texi: Update for C4x.
+ * README.C4X: Remove.
+
2001-06-14 Joseph S. Myers
* doc/c-tree.texi, doc/contrib.texi, doc/extend.texi,
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 3e3465091a3..73fe48d8395 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -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
+
+
+@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