diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-01-31 00:13:43 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-01-31 00:13:43 +0100 |
commit | 068b04eaed3689f7b249d90cf3f0b459f96e0ccf (patch) | |
tree | 94ac70aa519068dc11429fcee18631f228f49b77 /manual | |
parent | 1eed32f3661e099ea2953f86581da22bbd27e4c9 (diff) | |
download | glibc-068b04eaed3689f7b249d90cf3f0b459f96e0ccf.zip glibc-068b04eaed3689f7b249d90cf3f0b459f96e0ccf.tar.gz glibc-068b04eaed3689f7b249d90cf3f0b459f96e0ccf.tar.bz2 |
INSTALL, install.texi: minor updates, regenerate
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'manual')
-rw-r--r-- | manual/install.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/install.texi b/manual/install.texi index a9aed91..7c44594 100644 --- a/manual/install.texi +++ b/manual/install.texi @@ -502,7 +502,7 @@ build @theglibc{}: @item GNU @code{make} 4.0 or newer -As of release time, GNU @code{make} 4.4 is the newest verified to work +As of release time, GNU @code{make} 4.4.1 is the newest verified to work to build @theglibc{}. @item @@ -550,7 +550,7 @@ GNU @code{binutils} 2.25 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.41 is the newest +moment. As of release time, GNU @code{binutils} 2.42 is the newest verified to work to build @theglibc{}. For PowerPC 64-bits little-endian (powerpc64le), @command{objcopy} is required @@ -590,7 +590,7 @@ Perl 5 Perl is not required, but if present it is used in some tests and the @code{mtrace} program, to build the @glibcadj{} manual. As of release -time @code{perl} version 5.38.0 is the newest verified to work to +time @code{perl} version 5.38.2 is the newest verified to work to build @theglibc{}. @item |