diff options
author | 2020-08-19 13:48:14 +0000 | |
---|---|---|
committer | 2020-08-19 13:48:14 +0000 | |
commit | c08df688f2480b7e9c2723c24cd0cf1551ac283c (patch) | |
tree | 3d80ef8ba57b6efeb41694de38d1ec829bbd922d /scripts/build-many-glibcs.py | |
parent | Add new STATX_* constants from Linux 5.8 to bits/statx-generic.h. (diff) | |
download | 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).
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 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', |