From d387a10addf1181f5247772c1fce9a688955b583 Mon Sep 17 00:00:00 2001 From: ian Date: Tue, 22 Nov 2011 17:25:51 +0000 Subject: [PATCH] * doc/install.texi (Configuration): Correct doc of --enable-build-poststage1-with-cxx: it is not experimental. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181628 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/doc/install.texi | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8fdeef2..875d548 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 1daddb8..46c5824 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 -- 2.7.4