OSDN Git Service

* doc/install.texi: Correct description of default directory for
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Apr 2009 04:50:06 +0000 (04:50 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Apr 2009 04:50:06 +0000 (04:50 +0000)
--with-gxx-include-dir.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145996 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/install.texi

index 22204cb..3c9d910 100644 (file)
@@ -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
 2009-04-12 Eric Botcazou <ebotcazou@adacore.com>
 
        * fold-const.c (build_range_check): Properly deal with enumeral and
index dbac0fa..07b807b 100644 (file)
@@ -720,8 +720,9 @@ manual.)
 
 @item --with-gxx-include-dir=@var{dirname}
 Specify
 
 @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
 
 
 @end table