1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-26 13:21:07 +03:00

Use MPFR 3.1.6 in build-many-glibcs.py.

* scripts/build-many-glibcs.py (Context.checkout): Default MPFR
	version to 3.1.6.
This commit is contained in:
Joseph Myers
2017-09-07 14:50:32 +00:00
parent 5c23ee6eb8
commit 85bec0f2a0
2 changed files with 4 additions and 1 deletions

View File

@ -688,7 +688,7 @@ class Context(object):
'gmp': '6.1.2',
'linux': '4.13',
'mpc': '1.0.3',
'mpfr': '3.1.5'}
'mpfr': '3.1.6'}
use_versions = {}
explicit_versions = {}
for v in versions: