diff options
author | Joseph Myers <joseph@codesourcery.com> | 2020-08-19 13:48:14 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2020-08-19 13:48:14 +0000 |
commit | c08df688f2480b7e9c2723c24cd0cf1551ac283c (patch) | |
tree | 3d80ef8ba57b6efeb41694de38d1ec829bbd922d /scripts/build-many-glibcs.py | |
parent | 88a2cf6c4bab6e94a65e9c0db8813709372e9180 (diff) | |
download | glibc-c08df688f2480b7e9c2723c24cd0cf1551ac283c.zip glibc-c08df688f2480b7e9c2723c24cd0cf1551ac283c.tar.gz glibc-c08df688f2480b7e9c2723c24cd0cf1551ac283c.tar.bz2 |
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).
Diffstat (limited to 'scripts/build-many-glibcs.py')
-rwxr-xr-x | scripts/build-many-glibcs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 3bd5fd7..0576ced 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', |