From: Joseph Myers Date: Wed, 7 Feb 2018 17:38:13 +0000 (+0000) Subject: Use MPFR 4.0.1 in build-many-glibcs.py. X-Git-Tag: glibc-2.28~623 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d80441dde6ec7993f11c18f20de7e76d454a209e;p=thirdparty%2Fglibc.git Use MPFR 4.0.1 in build-many-glibcs.py. * scripts/build-many-glibcs.py (Context.checkout): Default MPFR version to 4.0.1. --- diff --git a/ChangeLog b/ChangeLog index 41e870c1c1c..56bdeea8537 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 5be9b790198..09c3c7c5762 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'}