diff options
author | Joseph Myers <joseph@codesourcery.com> | 2020-10-30 17:16:54 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2020-10-30 17:16:54 +0000 |
commit | b853a4176c4da584b8adfcef4f1f2631d08e42a7 (patch) | |
tree | f59fc6e0a28cba135136b8bc879c6d573b8ee982 | |
parent | d598134bfbffa1dacf61cca667f8eace6cf2516f (diff) | |
download | glibc-b853a4176c4da584b8adfcef4f1f2631d08e42a7.zip glibc-b853a4176c4da584b8adfcef4f1f2631d08e42a7.tar.gz glibc-b853a4176c4da584b8adfcef4f1f2631d08e42a7.tar.bz2 |
Use MPC 1.2.1 in build-many-glibcs.py.
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).
-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 1472fba..afcbbcf 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -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', |