]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use MPFR 4.0.1 in build-many-glibcs.py.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 7 Feb 2018 17:38:13 +0000 (17:38 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 7 Feb 2018 17:38:13 +0000 (17:38 +0000)
* scripts/build-many-glibcs.py (Context.checkout): Default MPFR
version to 4.0.1.

ChangeLog
scripts/build-many-glibcs.py

index 41e870c1c1caf35e9612f07ab982c423ec3f6943..56bdeea8537e77b7de18d44ced4799bf9cde311e 100644 (file)
--- 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.
index 5be9b790198b016724aa9c1d138c19cfaa1e05e7..09c3c7c5762ce8983fda8f583f0a3bb1e5b6b814 100755 (executable)
@@ -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'}