https://gcc.gnu.org/g:919e88f7915b57ae3a2152a1947dbfac3fccfe88
commit r15-1197-g919e88f7915b57ae3a2152a1947dbfac3fccfe88 Author: Gerald Pfeifer <ger...@pfeifer.com> Date: Wed Jun 12 08:46:20 2024 +0200 doc: Simplify *-*-linux-gnu dependencies Glibc 2.1 was released in 1999, binutils 2.12 in 2002; no need to explicitly list them as dependencies any longer. gcc: PR target/69374 * doc/install.texi (Specific) <*-*-linux-gnu>: Do not list glibc 2.1 and binutils 2.12 as minimum dependencies. Diff: --- gcc/doc/install.texi | 3 --- 1 file changed, 3 deletions(-) diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index bc70318c0878..621c874d268d 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -4266,9 +4266,6 @@ supported, so @option{--enable-threads=dce} does not work. @end html @anchor{x-x-linux-gnu} @heading *-*-linux-gnu -The @code{.init_array} and @code{.fini_array} sections are enabled -unconditionally which requires at least glibc 2.1 and binutils 2.12. - Versions of libstdc++-v3 starting with 3.2.1 require bug fixes present in glibc 2.2.5 and later. More information is available in the libstdc++-v3 documentation.