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

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

* scripts/build-many-glibcs.py (Context.checkout): Default MPFR
	version to 4.0.1.
This commit is contained in:
Joseph Myers
2018-02-07 17:38:13 +00:00
parent 63fb8f9aa9
commit d80441dde6
2 changed files with 6 additions and 1 deletions

View File

@ -718,7 +718,7 @@ class Context(object):
'gmp': '6.1.2',
'linux': '4.15',
'mpc': '1.1.0',
'mpfr': '4.0.0',
'mpfr': '4.0.1',
'mig': 'vcs-mainline',
'gnumach': 'vcs-mainline',
'hurd': 'vcs-mainline'}