From: Mark Mitchell Date: Mon, 13 Apr 2009 04:50:06 +0000 (+0000) Subject: install.texi: Correct description of default directory for --with-gxx-include-dir. X-Git-Tag: releases/gcc-4.5.0~6650 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ae5cc016954e66b3b837dd705f3bc9b3b6cc5367;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 22204cb72247..3c9d910de5e3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2009-04-12 Mark Mitchell + + * doc/install.texi: Correct description of default directory for + --with-gxx-include-dir. + 2009-04-12 Eric Botcazou * fold-const.c (build_range_check): Properly deal with enumeral and diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index dbac0fa9d3ab..07b807b0e5d3 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