This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: web/1581: configure web page out of date


The following reply was made to PR web/1581; it has been noted by GNATS.

From: Neil Booth <neil@daikokuya.demon.co.uk>
To: "Brian R. Gaeke" <brg@sartre.dgate.ORG>
Cc: gcc-gnats@gcc.gnu.org, Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Subject: Re: web/1581: configure web page out of date
Date: Sun, 7 Jan 2001 21:49:09 +0000

 Brian R. Gaeke wrote:-
 
 > http://gcc.gnu.org/install/configure.html
 > says:
 > 
 
 >  --enable-cpplib -- Specify that the functionality of CPP should be
 > integrated into the compiler itself. This is still under
 > development, but may be useful in limited situations. This option is
 > never enabled by default.
 
 Good point.
 
 > Delete the description of the option from configure.html.
 > Note somewhere (NEWS, perhaps?) that cpplib is the default.
 
 See projects/cpplib.html and the news items for this.
 
 This patch removes the offending paragraph.  OK to commit?
 
 Neil.
 
 	* install/configure.html: Remove reference to --enable-cpplib.
 
 Index: configure.html
 ===================================================================
 RCS file: /cvs/gcc/wwwdocs/htdocs/install/configure.html,v
 retrieving revision 1.33
 diff -u -p -r1.33 configure.html
 --- configure.html	2000/10/11 19:33:57	1.33
 +++ configure.html	2001/01/07 21:47:18
 @@ -123,10 +123,6 @@ GCC.  A partial list of supported <tt>op
    <li> <tt>--enable-cpp</tt> -- Specify that a shell script which emulates
    traditional cpp functionality should be installed.
  
 -  <li> <tt>--enable-cpplib</tt> -- Specify that the functionality of CPP should
 -  be integrated into the compiler itself.  This is still under development, but
 -  may be useful in limited situations.  This option is never enabled by default.
 -
    <li> <tt>--without-fast-fixincludes</tt> -- Specify that the old, slower
    method of fixing the system header files should be used. 
    EGCS 1.1.x and older releases default to the slow version. GCC 2.95 and

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]