about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rwxr-xr-xscripts/build-many-glibcs.py2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ac1d4acf4..c9d1d84262 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 4c3ac257a4..8ce1c6f7f9 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: