]> sourceware.org Git - glibc.git/commitdiff
Use MPC 1.2.1 in build-many-glibcs.py.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 30 Oct 2020 17:16:54 +0000 (17:16 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 30 Oct 2020 17:16:54 +0000 (17:16 +0000)
This patch makes build-many-glibcs.py use the new MPC 1.2.1 release.

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

scripts/build-many-glibcs.py

index 1472fba44bd84e491847cb3fb3293eb3c8f3e623..afcbbcfb28df3addfc11634a5f32d707931e4f71 100755 (executable)
@@ -770,7 +770,7 @@ class Context(object):
                             'glibc': 'vcs-mainline',
                             'gmp': '6.2.0',
                             'linux': '5.9',
-                            'mpc': '1.2.0',
+                            'mpc': '1.2.1',
                             'mpfr': '4.1.0',
                             'mig': 'vcs-mainline',
                             'gnumach': 'vcs-mainline',
This page took 0.041807 seconds and 5 git commands to generate.