about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2017-09-07 14:50:32 +0000
committerJoseph Myers <joseph@codesourcery.com>2017-09-07 14:50:32 +0000
commit85bec0f2a03bc0a1623b69622005ea4af9331395 (patch)
tree338dac6402a5971d97464bb58034672ed975e6f4
parent5c23ee6eb8aad96e2761b8478a61e28faebfb9f0 (diff)
downloadglibc-85bec0f2a03bc0a1623b69622005ea4af9331395.tar.gz
glibc-85bec0f2a03bc0a1623b69622005ea4af9331395.tar.xz
glibc-85bec0f2a03bc0a1623b69622005ea4af9331395.zip
Use MPFR 3.1.6 in build-many-glibcs.py.
	* scripts/build-many-glibcs.py (Context.checkout): Default MPFR
	version to 3.1.6.
-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: