install.texi: Add 'c' to list of --enable-languages choices.
authorPhil Edwards <pme@gcc.gnu.org>
Thu, 21 Jun 2001 19:00:08 +0000 (19:00 +0000)
committerPhil Edwards <pme@gcc.gnu.org>
Thu, 21 Jun 2001 19:00:08 +0000 (19:00 +0000)
2001-06-21  Phil Edwards  <pme@sources.redhat.com>

* doc/install.texi:  Add 'c' to list of --enable-languages choices.

Index: doc/install.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/install.texi,v
retrieving revision 1.31
diff -u -3 -p -r1.31 install.texi
--- install.texi 2001/06/21 15:25:54 1.31
+++ install.texi 2001/06/21 18:59:08
@@ -546,7 +546,7 @@ their runtime libraries should be built.
 @var{langN} you can issue the following command in the
 @file{gcc} directory of your GCC source tree:@* @samp{grep language=
 */config-lang.in}@* Currently, you can use any of the following:
-@code{c++}, @code{f77}, @code{java} and @code{objc}.
+@code{c}, @code{c++}, @code{f77}, @code{java} and @code{objc}.
 @code{CHILL} is not currently maintained, and will almost
 certainly fail to compile.  Note that this switch does not work with
 EGCS 1.1.2 or older versions of egcs.  It is supported in GCC 2.95

From-SVN: r43488

gcc/ChangeLog
gcc/doc/install.texi

index fe47e2f639c5f385a2a3288ea898e7ab422eec3f..89b16c7680c1d6a1b88bad7f1f3a05690d4ba07a 100644 (file)
@@ -1,3 +1,24 @@
+2001-06-21  Phil Edwards  <pme@sources.redhat.com>
+
+       * doc/install.texi:  Add 'c' to list of --enable-languages choices.
+
+
+Index: doc/install.texi
+===================================================================
+RCS file: /cvs/gcc/gcc/gcc/doc/install.texi,v
+retrieving revision 1.31
+diff -u -3 -p -r1.31 install.texi
+--- install.texi       2001/06/21 15:25:54     1.31
++++ install.texi       2001/06/21 18:59:08
+@@ -546,7 +546,7 @@ their runtime libraries should be built.
+ @var{langN} you can issue the following command in the
+ @file{gcc} directory of your GCC source tree:@* @samp{grep language=
+ */config-lang.in}@* Currently, you can use any of the following:
+-@code{c++}, @code{f77}, @code{java} and @code{objc}.
++@code{c}, @code{c++}, @code{f77}, @code{java} and @code{objc}.
+ @code{CHILL} is not currently maintained, and will almost
+ certainly fail to compile.  Note that this switch does not work with
+ EGCS 1.1.2 or older versions of egcs.  It is supported in GCC 2.95
 2001-06-21  DJ Delorie  <dj@redhat.com>
 
        * integrate.c (mark_hard_reg_initial_vals): Check for NULL.
index 0c586350ed3a631e76ac235e9240cd8ebb01bfa9..634db6af5a4cff4851fc39c51e9e6f6d167752a1 100644 (file)
@@ -33,7 +33,7 @@
 @settitle Installing GCC: Binaries
 @end ifset
 
-@comment $Id: install.texi,v 1.30 2001/06/21 00:03:47 jsm28 Exp $
+@comment $Id: install.texi,v 1.31 2001/06/21 15:25:54 shebs Exp $
 @c Copyright (C) 2001 Free Software Foundation, Inc.
 @c *** Converted to texinfo by Dean Wakerley, dean@wakerley.com
 
@@ -546,7 +546,7 @@ their runtime libraries should be built. For a list of valid values for
 @var{langN} you can issue the following command in the
 @file{gcc} directory of your GCC source tree:@* @samp{grep language=
 */config-lang.in}@* Currently, you can use any of the following:
-@code{c++}, @code{f77}, @code{java} and @code{objc}.
+@code{c}, @code{c++}, @code{f77}, @code{java} and @code{objc}.
 @code{CHILL} is not currently maintained, and will almost
 certainly fail to compile.  Note that this switch does not work with
 EGCS 1.1.2 or older versions of egcs.  It is supported in GCC 2.95