aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2009-04-13 04:50:06 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2009-04-13 04:50:06 +0000
commitae5cc016954e66b3b837dd705f3bc9b3b6cc5367 (patch)
treec20d24e3c9c3ae161cdaa3712b016e9dadfa2fda /gcc
parent0f8a770633286da715d66a24a62ea12026005b4e (diff)
downloadgcc-ae5cc016954e66b3b837dd705f3bc9b3b6cc5367.zip
gcc-ae5cc016954e66b3b837dd705f3bc9b3b6cc5367.tar.gz
gcc-ae5cc016954e66b3b837dd705f3bc9b3b6cc5367.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/install.texi5
2 files changed, 8 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 22204cb..3c9d910 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index dbac0fa..07b807b 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -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