diff options
author | Joseph Myers <joseph@codesourcery.com> | 2023-01-27 18:27:26 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2023-01-27 18:27:26 +0000 |
commit | d659442e01e659ad6400b29a0e096639853812c6 (patch) | |
tree | d6b92319cf645af3639b5383014360dcefb03834 /scripts | |
parent | 0d50f477f47ba637b54fb03ac48d769ec4543e8d (diff) | |
download | glibc-d659442e01e659ad6400b29a0e096639853812c6.tar.gz glibc-d659442e01e659ad6400b29a0e096639853812c6.tar.xz glibc-d659442e01e659ad6400b29a0e096639853812c6.zip |
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).
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build-many-glibcs.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index ae1346c96d..09264c8b5f 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'} |