From: Jonathan Wakely Date: Thu, 24 Sep 2020 16:33:16 +0000 (+0100) Subject: libstdc++: Fix misnamed configure option in manual X-Git-Tag: releases/gcc-10.3.0~747 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88462e62a64e056dee428f171ebb825d287d5a97;p=thirdparty%2Fgcc.git 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 --git a/libstdc++-v3/doc/html/manual/configure.html b/libstdc++-v3/doc/html/manual/configure.html index 0d97beaf7b46..7ca9efce7471 100644 --- a/libstdc++-v3/doc/html/manual/configure.html +++ b/libstdc++-v3/doc/html/manual/configure.html @@ -116,7 +116,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 58587e858a40..74d6db71ab45 100644 --- a/libstdc++-v3/doc/xml/manual/configure.xml +++ b/libstdc++-v3/doc/xml/manual/configure.xml @@ -204,7 +204,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++.