Skip to content

Commit d9f442c

Browse files
committed
Fix typo in the previous commit
The version of GCC was 7.3, not 7.3.1.
1 parent 9349311 commit d9f442c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

INSTALL

+1-1
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ build the GNU C Library:
419419
GCC 4.9 or higher is required. In general it is recommended to use
420420
the newest version of the compiler that is known to work for
421421
building the GNU C Library, as newer compilers usually produce
422-
better code. As of release time, GCC 7.3.1 is the newest compiler
422+
better code. As of release time, GCC 7.3 is the newest compiler
423423
verified to work to build the GNU C Library.
424424

425425
For PowerPC 64-bits little-endian (powerpc64le), GCC 6.2 or higher

manual/install.texi

+1-1
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ GCC 4.9 or newer
465465
GCC 4.9 or higher is required. In general it is recommended to use
466466
the newest version of the compiler that is known to work for building
467467
@theglibc{}, as newer compilers usually produce better code. As of
468-
release time, GCC 7.3.1 is the newest compiler verified to work to build
468+
release time, GCC 7.3 is the newest compiler verified to work to build
469469
@theglibc{}.
470470

471471
For PowerPC 64-bits little-endian (powerpc64le), GCC 6.2 or higher is

0 commit comments

Comments
 (0)