]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Fix misnamed configure option in manual
authorJonathan Wakely <jwakely@redhat.com>
Thu, 24 Sep 2020 16:33:16 +0000 (17:33 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Tue, 20 Oct 2020 16:52:21 +0000 (17:52 +0100)
libstdc++-v3/ChangeLog:

* doc/xml/manual/configure.xml: Correct name of option.
* doc/html/*: Regenerate.

(cherry picked from commit 61f7995398a719f2ff91d07e8f8ed6d4413db697)

libstdc++-v3/doc/html/manual/configure.html
libstdc++-v3/doc/xml/manual/configure.xml

index 0d97beaf7b46ce4398ec106b0cc43b81e854db7e..7ca9efce74716e523a1d41a667e2547ecd6d8300 100644 (file)
        the build directory, will do much the same thing, without the
        configuration difference and without building everything twice:
        <code class="code">make CXXFLAGS='-g3 -O0 -fno-inline' all</code>
-     </p></dd><dt><span class="term"><code class="code">--enable-libstdcxx-debug-flags=FLAGS</code></span></dt><dd><p>This option is only valid when <code class="code"> --enable-debug </code>
+     </p></dd><dt><span class="term"><code class="code">--enable-libstdcxx-debug-flags=FLAGS</code></span></dt><dd><p>This option is only valid when
+       <code class="code">--enable-libstdcxx-debug</code>
        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++.
index 58587e858a406142fc5cca8b6d21328399f1d4e9..74d6db71ab4559831ca591e99332e384a03a6134 100644 (file)
 
  <varlistentry><term><code>--enable-libstdcxx-debug-flags=FLAGS</code></term>
 
- <listitem><para>This option is only valid when <code> --enable-debug </code>
+ <listitem><para>This option is only valid when
+       <code>--enable-libstdcxx-debug</code>
        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++.