diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2024-08-18 21:18:42 +0200 |
---|---|---|
committer | Gerald Pfeifer <gerald@pfeifer.com> | 2024-08-18 21:19:37 +0200 |
commit | fc41263061808a8539ba7ee1f607920a54e7b265 (patch) | |
tree | 1a32475ee38ecbc8f61776d06e6d0b7296df1b27 | |
parent | b9ac01d8b9be76d852df5e684d62382e0720fc5e (diff) | |
download | gcc-fc41263061808a8539ba7ee1f607920a54e7b265.zip gcc-fc41263061808a8539ba7ee1f607920a54e7b265.tar.gz gcc-fc41263061808a8539ba7ee1f607920a54e7b265.tar.bz2 |
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.
-rw-r--r-- | libstdc++-v3/doc/html/manual/setup.html | 5 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/prerequisites.xml | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/libstdc++-v3/doc/html/manual/setup.html b/libstdc++-v3/doc/html/manual/setup.html index 78d2a00..d8c5ff6 100644 --- a/libstdc++-v3/doc/html/manual/setup.html +++ b/libstdc++-v3/doc/html/manual/setup.html @@ -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. diff --git a/libstdc++-v3/doc/xml/manual/prerequisites.xml b/libstdc++-v3/doc/xml/manual/prerequisites.xml index a3c6e73..0efe63b 100644 --- a/libstdc++-v3/doc/xml/manual/prerequisites.xml +++ b/libstdc++-v3/doc/xml/manual/prerequisites.xml @@ -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. |