diff options
Diffstat (limited to 'scripts/build-many-glibcs.py')
-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 24271a7d8b..4832912b28 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', |