]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use MPFR 4.1.0 in build-many-glibcs.py.
authorJoseph Myers <joseph@codesourcery.com>
Mon, 20 Jul 2020 18:16:50 +0000 (18:16 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 20 Jul 2020 18:16:50 +0000 (18:16 +0000)
This patch makes build-many-glibcs.py use the new MPFR 4.1.0 release.

Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).

scripts/build-many-glibcs.py

index 8010716d368ad57865f8c3b5da8be983e25add81..f17a8a250d231708a5d757daa99ef656d85503be 100755 (executable)
@@ -753,7 +753,7 @@ class Context(object):
                             'gmp': '6.2.0',
                             'linux': '5.7',
                             'mpc': '1.1.0',
-                            'mpfr': '4.0.2',
+                            'mpfr': '4.1.0',
                             'mig': 'vcs-mainline',
                             'gnumach': 'vcs-mainline',
                             'hurd': 'vcs-mainline'}