diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2018-01-31 23:13:00 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2018-01-31 23:13:00 +0000 |
commit | d9f442ce56a716ef4723a05ba913c5e2e78d3096 (patch) | |
tree | 444c0e749592d7c928cd7a24c4e2289b367f9ffb /manual | |
parent | 93493119648db44af0b8170588e02ad273ec86a4 (diff) | |
download | glibc-d9f442ce56a716ef4723a05ba913c5e2e78d3096.tar glibc-d9f442ce56a716ef4723a05ba913c5e2e78d3096.tar.gz glibc-d9f442ce56a716ef4723a05ba913c5e2e78d3096.tar.bz2 glibc-d9f442ce56a716ef4723a05ba913c5e2e78d3096.zip |
Fix typo in the previous commit
The version of GCC was 7.3, not 7.3.1.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/install.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/install.texi b/manual/install.texi index efcd98636f..43dd8d6b81 100644 --- a/manual/install.texi +++ b/manual/install.texi @@ -465,7 +465,7 @@ GCC 4.9 or newer GCC 4.9 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 7.3.1 is the newest compiler verified to work to build +release time, GCC 7.3 is the newest compiler verified to work to build @theglibc{}. For PowerPC 64-bits little-endian (powerpc64le), GCC 6.2 or higher is |