diff options
author | Joseph Myers <joseph@codesourcery.com> | 2023-08-29 14:11:35 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2023-08-29 14:11:35 +0000 |
commit | d3c34a2dd982a77abf631ea2f88f4efab1b064c4 (patch) | |
tree | 13d46cbd9eb65a0b25f8c9d9dd3dc50e474b80e7 | |
parent | dfe8c445883a50a55564b02b6957257bfc510db4 (diff) | |
download | glibc-d3c34a2dd982a77abf631ea2f88f4efab1b064c4.zip glibc-d3c34a2dd982a77abf631ea2f88f4efab1b064c4.tar.gz glibc-d3c34a2dd982a77abf631ea2f88f4efab1b064c4.tar.bz2 |
Use GMP 6.3.0, MPFR 4.2.1 in build-many-glibcs.py
This patch makes build-many-glibcs.py use the new GMP 6.3.0 and MPFR
4.2.1 releases.
Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).
-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 fb56a4a..3082522 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -803,10 +803,10 @@ class Context(object): default_versions = {'binutils': 'vcs-2.41', 'gcc': 'vcs-13', 'glibc': 'vcs-mainline', - 'gmp': '6.2.1', + 'gmp': '6.3.0', 'linux': '6.4', 'mpc': '1.3.1', - 'mpfr': '4.2.0', + 'mpfr': '4.2.1', 'mig': 'vcs-mainline', 'gnumach': 'vcs-mainline', 'hurd': 'vcs-mainline'} |