diff options
| author | Joseph Myers <josmyers@redhat.com> | 2025-03-25 18:29:01 +0000 |
|---|---|---|
| committer | Joseph Myers <josmyers@redhat.com> | 2025-03-25 18:29:01 +0000 |
| commit | 8bac7f7a434e158e9765b3b4d1ecaf10304f5994 (patch) | |
| tree | 5e238b36dda8a20c9eddc98bc9785decdbd3227a /scripts | |
| parent | 4bea073069e9e457258d082786297a867593d05b (diff) | |
| download | glibc-8bac7f7a434e158e9765b3b4d1ecaf10304f5994.tar.xz glibc-8bac7f7a434e158e9765b3b4d1ecaf10304f5994.zip | |
Use MPFR 4.2.2 and Linux 6.14 in build-many-glibcs.py
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 07c10e4cfd..28258e372c 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -831,9 +831,9 @@ class Context(object): 'gcc': 'vcs-14', 'glibc': 'vcs-mainline', 'gmp': '6.3.0', - 'linux': '6.13', + 'linux': '6.14', 'mpc': '1.3.1', - 'mpfr': '4.2.1', + 'mpfr': '4.2.2', 'mig': 'vcs-mainline', 'gnumach': 'vcs-mainline', 'hurd': 'vcs-mainline'} |
