summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2018-02-07 17:38:13 +0000
committerJoseph Myers <joseph@codesourcery.com>2018-02-07 17:38:13 +0000
commitd80441dde6ec7993f11c18f20de7e76d454a209e (patch)
tree161a9ecdf63b6169e809b3989b02c4e26c6b3413
parent63fb8f9aa9d19f85599afe4b849b567aefd70a36 (diff)
downloadglibc-d80441dde6ec7993f11c18f20de7e76d454a209e.tar.gz
glibc-d80441dde6ec7993f11c18f20de7e76d454a209e.tar.xz
glibc-d80441dde6ec7993f11c18f20de7e76d454a209e.zip
Use MPFR 4.0.1 in build-many-glibcs.py.
	* scripts/build-many-glibcs.py (Context.checkout): Default MPFR
	version to 4.0.1.
-rw-r--r--ChangeLog5
-rwxr-xr-xscripts/build-many-glibcs.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 41e870c1c1..56bdeea853 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-02-07  Joseph Myers  <joseph@codesourcery.com>
+
+	* scripts/build-many-glibcs.py (Context.checkout): Default MPFR
+	version to 4.0.1.
+
 2018-02-07  Zack Weinberg  <zackw@panix.com>
 
 	* bits/_G_config.h: Move back to sysdeps/generic/_G_config.h.
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 5be9b79019..09c3c7c576 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -718,7 +718,7 @@ class Context(object):
                             'gmp': '6.1.2',
                             'linux': '4.15',
                             'mpc': '1.1.0',
-                            'mpfr': '4.0.0',
+                            'mpfr': '4.0.1',
                             'mig': 'vcs-mainline',
                             'gnumach': 'vcs-mainline',
                             'hurd': 'vcs-mainline'}