From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id F414B3A76414; Fri, 23 Apr 2021 10:37:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F414B3A76414 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Jakub Jelinek To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc(refs/vendors/redhat/heads/gcc-8-branch)] libstdc++: Fix misnamed configure option in manual X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/vendors/redhat/heads/gcc-8-branch X-Git-Oldrev: 4e9788815ce9efb6e181b5cf341348f8ea95a2b1 X-Git-Newrev: 9563eee9beb10f0236bf622b2cfd04593844c6dc Message-Id: <20210423103718.F414B3A76414@sourceware.org> Date: Fri, 23 Apr 2021 10:37:18 +0000 (GMT) X-BeenThere: libstdc++-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libstdc++-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Apr 2021 10:37:19 -0000 https://gcc.gnu.org/g:9563eee9beb10f0236bf622b2cfd04593844c6dc commit 9563eee9beb10f0236bf622b2cfd04593844c6dc Author: Jonathan Wakely Date: Thu Sep 24 17:33:16 2020 +0100 libstdc++: Fix misnamed configure option in manual libstdc++-v3/ChangeLog: * doc/xml/manual/configure.xml: Correct name of option. * doc/html/*: Regenerate. (cherry picked from commit 61f7995398a719f2ff91d07e8f8ed6d4413db697) Diff: --- libstdc++-v3/doc/html/manual/configure.html | 3 ++- libstdc++-v3/doc/xml/manual/configure.xml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/doc/html/manual/configure.html b/libstdc++-v3/doc/html/manual/configure.html index 31187ddb869..a7c8c309e94 100644 --- a/libstdc++-v3/doc/html/manual/configure.html +++ b/libstdc++-v3/doc/html/manual/configure.html @@ -110,7 +110,8 @@ the build directory, will do much the same thing, without the configuration difference and without building everything twice: make CXXFLAGS='-g3 -O0 -fno-inline' all -

--enable-libstdcxx-debug-flags=FLAGS

This option is only valid when --enable-debug +

--enable-libstdcxx-debug-flags=FLAGS

This option is only valid when + --enable-libstdcxx-debug is also specified, and applies to the debug builds only. With this option, you can pass a specific string of flags to the compiler to use when building the debug versions of libstdc++. diff --git a/libstdc++-v3/doc/xml/manual/configure.xml b/libstdc++-v3/doc/xml/manual/configure.xml index ac383cf7fa7..761ef5cdfd8 100644 --- a/libstdc++-v3/doc/xml/manual/configure.xml +++ b/libstdc++-v3/doc/xml/manual/configure.xml @@ -198,7 +198,8 @@ --enable-libstdcxx-debug-flags=FLAGS - This option is only valid when --enable-debug + This option is only valid when + --enable-libstdcxx-debug is also specified, and applies to the debug builds only. With this option, you can pass a specific string of flags to the compiler to use when building the debug versions of libstdc++.