]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use MPFR 4.2.2 and Linux 6.14 in build-many-glibcs.py
authorJoseph Myers <josmyers@redhat.com>
Tue, 25 Mar 2025 18:29:01 +0000 (18:29 +0000)
committerJoseph Myers <josmyers@redhat.com>
Tue, 25 Mar 2025 18:29:01 +0000 (18:29 +0000)
Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).

scripts/build-many-glibcs.py

index 07c10e4cfdab8e84ce4c4cd6e6e70cfa5e93b422..28258e372c0cd79859d2d8082e43b609a5c81aeb 100755 (executable)
@@ -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'}