diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2024-06-12 08:46:20 +0200 |
---|---|---|
committer | Gerald Pfeifer <gerald@pfeifer.com> | 2024-06-12 08:46:20 +0200 |
commit | 919e88f7915b57ae3a2152a1947dbfac3fccfe88 (patch) | |
tree | 88ebee6f25677f219dbe81fbe4e4738465c05afb | |
parent | 66f48557e11a530646e5562c50a75b4b9839f171 (diff) | |
download | gcc-919e88f7915b57ae3a2152a1947dbfac3fccfe88.zip gcc-919e88f7915b57ae3a2152a1947dbfac3fccfe88.tar.gz gcc-919e88f7915b57ae3a2152a1947dbfac3fccfe88.tar.bz2 |
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.
-rw-r--r-- | gcc/doc/install.texi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index bc70318..621c874 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. |