From: Joseph Myers Date: Tue, 7 May 2019 14:49:05 +0000 (+0000) Subject: Use Linux 5.1 in build-many-glibcs.py. X-Git-Tag: glibc-2.30~185 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c2b11710fb4a2e8d337ae8f042724143c5ccf173;p=thirdparty%2Fglibc.git Use Linux 5.1 in build-many-glibcs.py. * scripts/build-many-glibcs.py (Context.checkout): Default Linux version to 5.1. --- diff --git a/ChangeLog b/ChangeLog index 1ddb948fa8b..692af8e5c24 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2019-05-07 Joseph Myers + * scripts/build-many-glibcs.py (Context.checkout): Default Linux + version to 5.1. + * scripts/build-many-glibcs.py (Context.checkout): Default GCC version to 9 branch. diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 6f9a35331ff..5f7db23f269 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -714,7 +714,7 @@ class Context(object): 'gcc': 'vcs-9', 'glibc': 'vcs-mainline', 'gmp': '6.1.2', - 'linux': '5.0', + 'linux': '5.1', 'mpc': '1.1.0', 'mpfr': '4.0.2', 'mig': 'vcs-mainline',