From d80441dde6ec7993f11c18f20de7e76d454a209e Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 7 Feb 2018 17:38:13 +0000 Subject: [PATCH] Use MPFR 4.0.1 in build-many-glibcs.py. * scripts/build-many-glibcs.py (Context.checkout): Default MPFR version to 4.0.1. --- ChangeLog | 5 +++++ scripts/build-many-glibcs.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 41e870c..56bdeea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-02-07 Joseph Myers + + * scripts/build-many-glibcs.py (Context.checkout): Default MPFR + version to 4.0.1. + 2018-02-07 Zack Weinberg * 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 5be9b79..09c3c7c 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'} -- 2.7.4