diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2025-07-28 16:49:01 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2025-07-28 16:49:01 +0200 |
commit | 54851e392d3eaa8a575a382387f27ee4267ce15e (patch) | |
tree | a4c85599c35d314a3165510b9996b8551259ab4a | |
parent | 620f0730f311635cd0e175a3ae4d0fc700c76366 (diff) | |
download | glibc-54851e392d3eaa8a575a382387f27ee4267ce15e.zip glibc-54851e392d3eaa8a575a382387f27ee4267ce15e.tar.gz glibc-54851e392d3eaa8a575a382387f27ee4267ce15e.tar.bz2 |
INSTALL: Update newest tested binutils version
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r-- | INSTALL | 3 | ||||
-rw-r--r-- | manual/install.texi | 3 |
2 files changed, 2 insertions, 4 deletions
@@ -522,8 +522,7 @@ build the GNU C Library: You must use GNU 'binutils' (as and ld) to build the GNU C Library. No other assembler or linker has the necessary functionality at the - moment. As of release time, GNU 'binutils' 2.44 and the GNU - 'binutils' 2.45 prerelease code of 24 July 2025 are the newest + moment. As of release time, GNU 'binutils' 2.45 is the newest verified to work to build the GNU C Library. * GNU 'texinfo' 4.7 or later diff --git a/manual/install.texi b/manual/install.texi index 8fcc8b1..8f8f0a1 100644 --- a/manual/install.texi +++ b/manual/install.texi @@ -564,8 +564,7 @@ GNU @code{binutils} 2.39 or later You must use GNU @code{binutils} (as and ld) to build @theglibc{}. No other assembler or linker has the necessary functionality at the -moment. As of release time, GNU @code{binutils} 2.44 and the GNU -@code{binutils} 2.45 prerelease code of 24 July 2025 are the newest +moment. As of release time, GNU @code{binutils} 2.45 is the newest verified to work to build @theglibc{}. @item |