]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use MPC 1.2.0 in build-many-glibcs.py.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 19 Aug 2020 13:48:14 +0000 (13:48 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 19 Aug 2020 13:48:14 +0000 (13:48 +0000)
This patch makes build-many-glibcs.py use the new MPC 1.2.0 release.

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

scripts/build-many-glibcs.py

index 3bd5fd795e9d219065e815d8348901346d20b85e..0576ced307cb0732349812f6f8f3a6a20e8441f8 100755 (executable)
@@ -753,7 +753,7 @@ class Context(object):
                             'glibc': 'vcs-mainline',
                             'gmp': '6.2.0',
                             'linux': '5.8',
-                            'mpc': '1.1.0',
+                            'mpc': '1.2.0',
                             'mpfr': '4.1.0',
                             'mig': 'vcs-mainline',
                             'gnumach': 'vcs-mainline',