From: Joseph Myers Date: Thu, 7 Sep 2017 14:50:32 +0000 (+0000) Subject: Use MPFR 3.1.6 in build-many-glibcs.py. X-Git-Tag: glibc-2.27~947 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=85bec0f2a03bc0a1623b69622005ea4af9331395;p=thirdparty%2Fglibc.git Use MPFR 3.1.6 in build-many-glibcs.py. * scripts/build-many-glibcs.py (Context.checkout): Default MPFR version to 3.1.6. --- diff --git a/ChangeLog b/ChangeLog index 9ac1d4acf47..c9d1d842624 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2017-09-07 Joseph Myers + * 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. diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 4c3ac257a49..8ce1c6f7f91 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -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: