From: Ian Lance Taylor Date: Tue, 22 Nov 2011 17:25:51 +0000 (+0000) Subject: install.texi (Configuration): Correct doc of --enable-build-poststage1-with-cxx:... X-Git-Tag: releases/gcc-4.7.0~2010 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=73cd7644a7873b52c4a5fd81e20ec05fbfee8274;p=thirdparty%2Fgcc.git install.texi (Configuration): Correct doc of --enable-build-poststage1-with-cxx: it is not experimental. * doc/install.texi (Configuration): Correct doc of --enable-build-poststage1-with-cxx: it is not experimental. From-SVN: r181628 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8fdeef271e4d..875d54837118 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2011-11-22 Ian Lance Taylor + + * doc/install.texi (Configuration): Correct doc of + --enable-build-poststage1-with-cxx: it is not experimental. + 2011-11-22 Jakub Jelinek PR tree-optimization/51074 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 1daddb865e4b..46c5824cc71d 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1298,8 +1298,7 @@ experimental option which may become the default in a later release. @item --enable-build-poststage1-with-cxx When bootstrapping, build stages 2 and 3 of GCC using a C++ compiler rather than a C compiler. Stage 1 is still built with a C compiler. -This is an experimental option which may become the default in a later -release. This is enabled by default and may be disabled using +This is enabled by default and may be disabled using @option{--disable-build-poststage1-with-cxx}. @item --enable-maintainer-mode