about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2020-08-19 13:48:14 +0000
committerJoseph Myers <joseph@codesourcery.com>2020-08-19 13:48:14 +0000
commitc08df688f2480b7e9c2723c24cd0cf1551ac283c (patch)
tree3d80ef8ba57b6efeb41694de38d1ec829bbd922d
parent88a2cf6c4bab6e94a65e9c0db8813709372e9180 (diff)
downloadglibc-c08df688f2480b7e9c2723c24cd0cf1551ac283c.tar.gz
glibc-c08df688f2480b7e9c2723c24cd0cf1551ac283c.tar.xz
glibc-c08df688f2480b7e9c2723c24cd0cf1551ac283c.zip
Use MPC 1.2.0 in build-many-glibcs.py.
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).
-rwxr-xr-xscripts/build-many-glibcs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 3bd5fd795e..0576ced307 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -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',