From: Jonathan Wakely Date: Thu, 24 Sep 2020 16:33:16 +0000 (+0100) Subject: libstdc++: Fix misnamed configure option in manual X-Git-Tag: basepoints/gcc-12~4817 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61f7995398a719f2ff91d07e8f8ed6d4413db697;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. --- 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/html/manual/status.html b/libstdc++-v3/doc/html/manual/status.html index ce9c5ccd0f60..b6df978aeab8 100644 --- a/libstdc++-v3/doc/html/manual/status.html +++ b/libstdc++-v3/doc/html/manual/status.html @@ -1275,10 +1275,10 @@ or any notes about the implementation. __cpp_lib_three_way_comparison >= 201907L Strings and text - string::reserve Should Not Shrink + string::reserve Should Not Shrink P0966R1 -   char8_t: A type for UTF-8 characters and strings + 11   char8_t: A type for UTF-8 characters and strings P0482R6 9.1 __cpp_lib_char8_t >= 201811L char8_t backward compatibility remediation 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++.