]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
install.texi: Correct description of default directory for --with-gxx-include-dir.
authorMark Mitchell <mark@codesourcery.com>
Mon, 13 Apr 2009 04:50:06 +0000 (04:50 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 13 Apr 2009 04:50:06 +0000 (04:50 +0000)
* doc/install.texi: Correct description of default directory for
--with-gxx-include-dir.

From-SVN: r145996

gcc/ChangeLog
gcc/doc/install.texi

index 22204cb7224797e202bb8f1ce82dc522766910a8..3c9d910de5e3384bb5c9225e42e5d749d6ae7aa8 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
index dbac0fa9d3ab6a13b6f12fae865806deb245a141..07b807b0e5d33fc76ab6566ea6ff891be392db80 100644 (file)
@@ -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