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

@ -1,5 +1,8 @@
2017-09-07 Joseph Myers <joseph@codesourcery.com>
* scripts/build-many-glibcs.py (Context.checkout): Default MPFR
version to 3.1.6.
* sysdeps/gnu/netinet/tcp.h (TCP_ULP): New macro.
(TCP_MD5SIG_EXT): Likewise.
(TCP_MD5SIG_FLAG_PREFIX): Likewise.

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: