about summary refs log tree commit diff
path: root/INSTALL
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 /INSTALL
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 'INSTALL')
-rw-r--r--INSTALL10
1 files changed, 5 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 392537cc5c..242cb06f91 100644
--- a/INSTALL
+++ b/INSTALL
@@ -464,7 +464,7 @@ build the GNU C Library:
      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 the GNU C Library, as newer compilers usually produce
-     better code.  As of release time, GCC 9.1.1 is the newest compiler
+     better code.  As of release time, GCC 9.2.1 is the newest compiler
      verified to work to build the GNU C Library.
 
      For multi-arch support it is recommended to use a GCC which has
@@ -486,7 +486,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.31.1 is the newest
+     moment.  As of release time, GNU 'binutils' 2.32 is the newest
      verified to work to build the GNU C Library.
 
    * GNU 'texinfo' 4.7 or later
@@ -503,20 +503,20 @@ build the GNU C Library:
      'awk' is used in several places to generate files.  Some 'gawk'
      extensions are used, including the 'asorti' function, which was
      introduced in version 3.1.2 of 'gawk'.  As of release time, 'gawk'
-     version 4.2.1 is the newest verified to work to build the GNU C
+     version 5.0.1 is the newest verified to work to build the GNU C
      Library.
 
    * GNU 'bison' 2.7 or later
 
      'bison' is used to generate the 'yacc' parser code in the 'intl'
-     subdirectory.  As of release time, 'bison' version 3.0.5 is the
+     subdirectory.  As of release time, 'bison' version 3.4.1 is the
      newest verified to work to build the GNU C Library.
 
    * Perl 5
 
      Perl is not required, but if present it is used in some tests and
      the 'mtrace' program, to build the GNU C Library manual.  As of
-     release time 'perl' version 5.28.2 is the newest verified to work
+     release time 'perl' version 5.30.1 is the newest verified to work
      to build the GNU C Library.
 
    * GNU 'sed' 3.02 or newer