]> sourceware.org Git - glibc.git/commitdiff
Use Linux 5.6 and GMP 6.2.0 in build-many-glibcs.py.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 31 Mar 2020 00:22:22 +0000 (00:22 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 31 Mar 2020 00:22:22 +0000 (00:22 +0000)
This patch makes build-many-glibcs.py use the current versions of
Linux (5.6) and GMP (6.2.0).

Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).

scripts/build-many-glibcs.py

index 24271a7d8b1ea90a3226f69ded77ea5f75a43bcd..4832912b28b929998d899c8c87c78e7cf56e207f 100755 (executable)
@@ -749,8 +749,8 @@ class Context(object):
         default_versions = {'binutils': 'vcs-2.34',
                             'gcc': 'vcs-9',
                             'glibc': 'vcs-mainline',
-                            'gmp': '6.1.2',
-                            'linux': '5.5',
+                            'gmp': '6.2.0',
+                            'linux': '5.6',
                             'mpc': '1.1.0',
                             'mpfr': '4.0.2',
                             'mig': 'vcs-mainline',
This page took 0.043019 seconds and 5 git commands to generate.