aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2020-03-31 00:22:22 +0000
committerJoseph Myers <joseph@codesourcery.com>2020-03-31 00:22:22 +0000
commit6b89dbc3caee3b4f5a093bfd6c480c8eb328ebec (patch)
treed88004f99e833905204a63b89f271e63819f858b /scripts
parentacdcca72940e060270e4e54d9c0457398110f409 (diff)
downloadglibc-6b89dbc3caee3b4f5a093bfd6c480c8eb328ebec.zip
glibc-6b89dbc3caee3b4f5a093bfd6c480c8eb328ebec.tar.gz
glibc-6b89dbc3caee3b4f5a093bfd6c480c8eb328ebec.tar.bz2
Use Linux 5.6 and GMP 6.2.0 in build-many-glibcs.py.
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).
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-many-glibcs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 24271a7..4832912 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -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',