From: Joseph Myers Date: Wed, 18 Sep 2019 15:13:33 +0000 (+0000) Subject: Use Linux 5.3 in build-many-glibcs.py. X-Git-Tag: changelog-ends-here~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dd8d4a7c06e5deafa434ff8b54a31501bd8d00b;p=thirdparty%2Fglibc.git Use Linux 5.3 in build-many-glibcs.py. This patch makes build-many-glibcs.py use Linux 5.3. Tested with build-many-glibcs.py (host-libraries, compilers and glibcs builds). * scripts/build-many-glibcs.py (Context.checkout): Default Linux version to 5.3. --- diff --git a/ChangeLog b/ChangeLog index a2baa8e4199..d8abb137b49 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2019-09-18 Joseph Myers + + * scripts/build-many-glibcs.py (Context.checkout): Default Linux + version to 5.3. + 2019-09-18 Stefan Liebler * sysdeps/s390/hp-timing.h: New file. diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index cc14c7da546..b507de9f1f9 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.2', + 'linux': '5.3', 'mpc': '1.1.0', 'mpfr': '4.0.2', 'mig': 'vcs-mainline',