From e0b24bcec981d56c0d78ae952795806e6887cea2 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Thu, 5 Feb 2004 15:19:31 +0000 Subject: [PATCH] install.texi: Update description of --gxx-include-dir to give correct default value. 2004-02-05 Jonathan Wakely * doc/install.texi: Update description of --gxx-include-dir to give correct default value. From-SVN: r77315 --- gcc/ChangeLog | 5 +++++ gcc/doc/install.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7b2788d..6220d26 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-02-05 Jonathan Wakely + + * doc/install.texi: Update description of --gxx-include-dir to + give correct default value. + 2004-02-05 Kazu Hirata * config/h8300/h8300.h (REG_OK_FOR_BASE_NONSTRICT_P): Replace diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 31f5104..89b17f5 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -600,7 +600,7 @@ manual.) @item --with-gxx-include-dir=@var{dirname} Specify the installation directory for G++ header files. The default is -@file{@var{prefix}/include/g++-v3}. +@file{@var{prefix}/include/c++/@var{version}}. @end table -- 2.7.4