install.texi: Correct description of default directory for --with-gxx-include-dir.
* doc/install.texi: Correct description of default directory for --with-gxx-include-dir. From-SVN: r145996
This commit is contained in:
parent
0f8a770633
commit
ae5cc01695
|
@ -1,3 +1,8 @@
|
|||
2009-04-12 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* doc/install.texi: Correct description of default directory for
|
||||
--with-gxx-include-dir.
|
||||
|
||||
2009-04-12 Eric Botcazou <ebotcazou@adacore.com>
|
||||
|
||||
* fold-const.c (build_range_check): Properly deal with enumeral and
|
||||
|
|
|
@ -720,8 +720,9 @@ manual.)
|
|||
|
||||
@item --with-gxx-include-dir=@var{dirname}
|
||||
Specify
|
||||
the installation directory for G++ header files. The default is
|
||||
@file{@var{prefix}/include/c++/@var{version}}.
|
||||
the installation directory for G++ header files. The default depends
|
||||
on other configuration options, and differs between cross and native
|
||||
configurations.
|
||||
|
||||
@end table
|
||||
|
||||
|
|
Loading…
Reference in New Issue