install.texi: Update description of --gxx-include-dir to give correct default value.

2004-02-05  Jonathan Wakely  <redi@gcc.gnu.org>

	* doc/install.texi: Update description of --gxx-include-dir to
	give correct default value.

From-SVN: r77315
This commit is contained in:
Jonathan Wakely 2004-02-05 15:19:31 +00:00
parent 2dca8ddb31
commit e0b24bcec9
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-02-05 Jonathan Wakely <redi@gcc.gnu.org>
* doc/install.texi: Update description of --gxx-include-dir to
give correct default value.
2004-02-05 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.h (REG_OK_FOR_BASE_NONSTRICT_P): Replace

View File

@ -600,7 +600,7 @@ manual.)
@item --with-gxx-include-dir=@var{dirname}
Specify
the installation directory for G++ header files. The default is
@file{@var{prefix}/include/g++-v3}.
@file{@var{prefix}/include/c++/@var{version}}.
@end table