about summary refs log tree commit diff
path: root/manual/install.texi
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2020-02-01 16:14:37 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2020-02-01 17:16:54 +0530
commitdf5919dfeb5424c90a1f623315abd67e87bad6a3 (patch)
treeb03a653dccd35b45f2cc7779e6df7e3fc1bf3bb4 /manual/install.texi
parent711416872d59eb592921962db2a832243ba765b2 (diff)
downloadglibc-df5919dfeb5424c90a1f623315abd67e87bad6a3.tar.gz
glibc-df5919dfeb5424c90a1f623315abd67e87bad6a3.tar.xz
glibc-df5919dfeb5424c90a1f623315abd67e87bad6a3.zip
Update newest tested versions of dependencies in install.texi
Updated versions of gcc, binutils, awk, bison and perl.
Diffstat (limited to 'manual/install.texi')
-rw-r--r--manual/install.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/manual/install.texi b/manual/install.texi
index b2d569ac5a..71bf47cac6 100644
--- a/manual/install.texi
+++ b/manual/install.texi
@@ -504,7 +504,7 @@ GCC 6.2 or newer
 GCC 6.2 or higher is required.  In general it is recommended to use
 the newest version of the compiler that is known to work for building
 @theglibc{}, as newer compilers usually produce better code.  As of
-release time, GCC 9.1.1 is the newest compiler verified to work to build
+release time, GCC 9.2.1 is the newest compiler verified to work to build
 @theglibc{}.
 
 For multi-arch support it is recommended to use a GCC which has been built with
@@ -525,7 +525,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.31.1 is the newest
+moment. As of release time, GNU @code{binutils} 2.32 is the newest
 verified to work to build @theglibc{}.
 
 @item
@@ -544,14 +544,14 @@ GNU @code{awk} 3.1.2, or higher
 @code{awk} is used in several places to generate files.
 Some @code{gawk} extensions are used, including the @code{asorti}
 function, which was introduced in version 3.1.2 of @code{gawk}.
-As of release time, @code{gawk} version 4.2.1 is the newest verified
+As of release time, @code{gawk} version 5.0.1 is the newest verified
 to work to build @theglibc{}.
 
 @item
 GNU @code{bison} 2.7 or later
 
 @code{bison} is used to generate the @code{yacc} parser code in the @file{intl}
-subdirectory.  As of release time, @code{bison} version 3.0.5 is the newest
+subdirectory.  As of release time, @code{bison} version 3.4.1 is the newest
 verified to work to build @theglibc{}.
 
 @item
@@ -559,7 +559,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.28.2 is the newest verified to work to
+time @code{perl} version 5.30.1 is the newest verified to work to
 build @theglibc{}.
 
 @item