aboutsummaryrefslogtreecommitdiff
path: root/scripts/build-many-glibcs.py
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2020-10-30 17:16:54 +0000
committerJoseph Myers <joseph@codesourcery.com>2020-10-30 17:16:54 +0000
commitb853a4176c4da584b8adfcef4f1f2631d08e42a7 (patch)
treef59fc6e0a28cba135136b8bc879c6d573b8ee982 /scripts/build-many-glibcs.py
parentd598134bfbffa1dacf61cca667f8eace6cf2516f (diff)
downloadglibc-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).
Diffstat (limited to 'scripts/build-many-glibcs.py')
-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 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',