From: mmitchel Date: Mon, 13 Apr 2009 04:50:06 +0000 (+0000) Subject: * doc/install.texi: Correct description of default directory for X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=c65be9f59a9286c5949a5d5c412dbb4ac664aa6f * doc/install.texi: Correct description of default directory for --with-gxx-include-dir. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145996 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 22204cb7224..3c9d910de5e 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 dbac0fa9d3a..07b807b0e5d 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