From: Florian Weimer Date: Wed, 24 Jul 2019 08:59:45 +0000 (+0200) Subject: build-many-glibcs.py: Use Linux 5.2 by default X-Git-Tag: glibc-2.30~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82c664ed751f52a3074a9d6d366e87086f10b2f4;p=thirdparty%2Fglibc.git build-many-glibcs.py: Use Linux 5.2 by default --- diff --git a/ChangeLog b/ChangeLog index b1d344d3ebc..88108d1e8be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2019-07-24 Florian Weimer + + * scripts/build-many-glibcs.py (Context.checkout): Default to + Linux 5.2. + 2019-07-24 Florian Weimer [BZ #24532] diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index dacd116f8e6..aa6884e046d 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -707,7 +707,7 @@ class Context(object): 'gcc': 'vcs-9', 'glibc': 'vcs-mainline', 'gmp': '6.1.2', - 'linux': '5.0', + 'linux': '5.2', 'mpc': '1.1.0', 'mpfr': '4.0.2', 'mig': 'vcs-mainline',