gcc/gcc ChangeLog doc/install.texi

pme@gcc.gnu.org pme@gcc.gnu.org
Thu Jun 21 12:00:00 GMT 2001


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	pme@gcc.gnu.org	2001-06-21 12:00:08

Modified files:
	gcc            : ChangeLog 
	gcc/doc        : install.texi 

Log message:
	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

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.10422&r2=1.10423
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/install.texi.diff?cvsroot=gcc&r1=1.31&r2=1.32



More information about the Gcc-cvs mailing list