aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2023-01-27 18:27:26 +0000
committerJoseph Myers <joseph@codesourcery.com>2023-01-27 18:27:26 +0000
commitd659442e01e659ad6400b29a0e096639853812c6 (patch)
treed6b92319cf645af3639b5383014360dcefb03834
parent0d50f477f47ba637b54fb03ac48d769ec4543e8d (diff)
downloadglibc-d659442e01e659ad6400b29a0e096639853812c6.zip
glibc-d659442e01e659ad6400b29a0e096639853812c6.tar.gz
glibc-d659442e01e659ad6400b29a0e096639853812c6.tar.bz2
Use MPFR 4.2.0, MPC 1.3.1 in build-many-glibcs.py
This patch makes build-many-glibcs.py use the new MPFR 4.2.0 and MPC 1.3.1 releases. Tested with build-many-glibcs.py (host-libraries, compilers and glibcs builds).
-rwxr-xr-xscripts/build-many-glibcs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index ae1346c..09264c8 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -798,8 +798,8 @@ class Context(object):
'glibc': 'vcs-mainline',
'gmp': '6.2.1',
'linux': '6.1',
- 'mpc': '1.2.1',
- 'mpfr': '4.1.0',
+ 'mpc': '1.3.1',
+ 'mpfr': '4.2.0',
'mig': 'vcs-mainline',
'gnumach': 'vcs-mainline',
'hurd': 'vcs-mainline'}