@@ -419,7 +419,7 @@ build the GNU C Library:
419
419
GCC 4.9 or higher is required. In general it is recommended to use
420
420
the newest version of the compiler that is known to work for
421
421
building the GNU C Library, as newer compilers usually produce
422
- better code. As of release time, GCC 7.1 is the newest compiler
422
+ better code. As of release time, GCC 7.3. 1 is the newest compiler
423
423
verified to work to build the GNU C Library.
424
424
425
425
For PowerPC 64-bits little-endian (powerpc64le), GCC 6.2 or higher
@@ -446,7 +446,7 @@ build the GNU C Library:
446
446
447
447
You must use GNU 'binutils' (as and ld) to build the GNU C Library.
448
448
No other assembler or linker has the necessary functionality at the
449
- moment. As of release time, GNU 'binutils' 2.27 is the newest
449
+ moment. As of release time, GNU 'binutils' 2.29.1 is the newest
450
450
verified to work to build the GNU C Library.
451
451
452
452
* GNU 'texinfo' 4.7 or later
@@ -455,21 +455,22 @@ build the GNU C Library:
455
455
need this version of the 'texinfo' package. Earlier versions do
456
456
not understand all the tags used in the document, and the
457
457
installation mechanism for the info files is not present or works
458
- differently. As of release time, 'texinfo' 6.0 is the newest
458
+ differently. As of release time, 'texinfo' 6.5 is the newest
459
459
verified to work to build the GNU C Library.
460
460
461
461
* GNU 'awk' 3.1.2, or higher
462
462
463
463
'awk' is used in several places to generate files. Some 'gawk'
464
464
extensions are used, including the 'asorti' function, which was
465
465
introduced in version 3.1.2 of 'gawk'. As of release time, 'gawk'
466
- version 4.1.3 is the newest verified to work to build the GNU C
466
+ version 4.2.0 is the newest verified to work to build the GNU C
467
467
Library.
468
468
469
469
* GNU 'bison' 2.7 or later
470
470
471
471
'bison' is used to generate the 'yacc' parser code in the 'intl'
472
- subdirectory.
472
+ subdirectory. As of release time, 'bison' version 3.0.4 is the
473
+ newest verified to work to build the GNU C Library.
473
474
474
475
* Perl 5
475
476
@@ -480,7 +481,7 @@ build the GNU C Library:
480
481
481
482
'Sed' is used in several places to generate files. Most scripts
482
483
work with any version of 'sed'. As of release time, 'sed' version
483
- 4.2.2 is the newest verified to work to build the GNU C Library.
484
+ 4.4 is the newest verified to work to build the GNU C Library.
484
485
485
486
If you change any of the 'configure.ac' files you will also need
486
487
0 commit comments