1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

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

* scripts/build-many-glibcs.py (Context.checkout): Default MPFR
	version to 4.0.2.
This commit is contained in:
Joseph Myers
2019-02-01 00:11:37 +00:00
parent 5f10701fdc
commit 932329a513
2 changed files with 6 additions and 1 deletions

View File

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