libstdc++: Remove note from the GCC 4.0.1 days

libstdc++-v3:
	* doc/xml/manual/prerequisites.xml: Remove note from the
	GCC 4.0.1 days.
	* doc/html/manual/setup.html: Regenerate.
This commit is contained in:
Gerald Pfeifer 2024-08-18 21:18:42 +02:00
parent b9ac01d8b9
commit fc41263061
2 changed files with 2 additions and 8 deletions

View File

@ -29,10 +29,7 @@
the tools you will need if you wish to modify the source.
</p><p>
Additional data is given here only where it applies to libstdc++.
</p><p>As of GCC 4.0.1 the minimum version of binutils required to build
libstdc++ is <code class="code">2.15.90.0.1.1</code>.
Older releases of libstdc++ do not require such a recent version,
but to take full advantage of useful space-saving features and
</p><p>To take full advantage of useful space-saving features and
bug-fixes you should use a recent binutils whenever possible.
The configure process will automatically detect and use these
features if the underlying support is present.

View File

@ -25,10 +25,7 @@
Additional data is given here only where it applies to libstdc++.
</para>
<para>As of GCC 4.0.1 the minimum version of binutils required to build
libstdc++ is <code>2.15.90.0.1.1</code>.
Older releases of libstdc++ do not require such a recent version,
but to take full advantage of useful space-saving features and
<para>To take full advantage of useful space-saving features and
bug-fixes you should use a recent binutils whenever possible.
The configure process will automatically detect and use these
features if the underlying support is present.