web: Update configure.html

Neil Booth neil@daikokuya.demon.co.uk
Tue Jan 16 10:55:00 GMT 2001


Gerald Pfeifer wrote:-

> (Would you mind changing <tt>...</tt> to <code>...</code> on the way?)
> 
> > +  Please note, that this switch does not work with EGCS 1.1.2 or older
>                ^^^
> No comma, perhaps?

Sure.  We can scrub the "Please" too (non-native speakers tend to
overuse that IMO).  Here's what I'll commit.

Neil.

	* install/configure.html: Update for Chill.

Index: htdocs/install/configure.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/install/configure.html,v
retrieving revision 1.34
diff -u -p -r1.34 configure.html
--- configure.html	2001/01/08 07:56:17	1.34
+++ configure.html	2001/01/16 18:54:08
@@ -151,10 +151,12 @@ GCC.  A partial list of supported <tt>op
   <tt>
   grep language= */config-lang.in
   </tt><br>
-  Currently, you can use any of the following: <tt>CHILL</tt>, <tt>c++</tt>,
-  <tt>f77</tt>, <tt>java</tt> and <tt>objc</tt>. Please note, that this switch
-  does not work with EGCS 1.1.2 or older versions of egcs.  It is supported
-  in GCC 2.95 and newer versions.<br>
+  Currently, you can use any of the following: <code>c++</code>,
+  <code>f77</code>, <code>java</code> and <code>objc</code>.
+  <code>CHILL</code> 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
+  and newer versions.  <br>
   If you do not pass this flag, all languages available in the <tt>gcc</tt> sub-tree
   will be configured.  Re-defining LANGUAGES when calling <tt>make bootstrap</tt>
   <b>*does not*</b> work anymore, as those language sub-directories might not have been


More information about the Gcc-patches mailing list