From fc41263061808a8539ba7ee1f607920a54e7b265 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sun, 18 Aug 2024 21:18:42 +0200 Subject: [PATCH] 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. --- libstdc++-v3/doc/html/manual/setup.html | 5 +---- 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 78d2a00c50a4..d8c5ff65cffe 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.

Additional data is given here only where it applies to libstdc++. -

As of GCC 4.0.1 the minimum version of binutils required to build - libstdc++ is 2.15.90.0.1.1. - Older releases of libstdc++ do not require such a recent version, - but to take full advantage of useful space-saving features and +

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 a3c6e732a771..0efe63bcd46f 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++. - As of GCC 4.0.1 the minimum version of binutils required to build - libstdc++ is 2.15.90.0.1.1. - Older releases of libstdc++ do not require such a recent version, - but to take full advantage of useful space-saving features and + 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. -- 2.47.3