From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26365 invoked by alias); 24 Jul 2019 09:24:55 -0000 Mailing-List: contact glibc-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: glibc-cvs-owner@sourceware.org List-Subscribe: Received: (qmail 26338 invoked by uid 9299); 24 Jul 2019 09:24:54 -0000 Date: Wed, 24 Jul 2019 09:24:00 -0000 Message-ID: <20190724092454.26337.qmail@sourceware.org> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Florian Weimer To: glibc-cvs@sourceware.org Subject: [glibc] build-many-glibcs.py: Use Linux 5.2 by default X-Act-Checkin: glibc X-Git-Author: Florian Weimer X-Git-Refname: refs/heads/master X-Git-Oldrev: 7854ebf8ed18180189c335f6f499fe9322458f0b X-Git-Newrev: 82c664ed751f52a3074a9d6d366e87086f10b2f4 X-SW-Source: 2019-q3/txt/msg00124.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=82c664ed751f52a3074a9d6d366e87086f10b2f4 commit 82c664ed751f52a3074a9d6d366e87086f10b2f4 Author: Florian Weimer Date: Wed Jul 24 10:59:45 2019 +0200 build-many-glibcs.py: Use Linux 5.2 by default Diff: --- ChangeLog | 5 +++++ scripts/build-many-glibcs.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b1d344d..88108d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2019-07-24 Florian Weimer + * scripts/build-many-glibcs.py (Context.checkout): Default to + Linux 5.2. + +2019-07-24 Florian Weimer + [BZ #24532] Linux: Use in-tree copy of SO_ constants for !__USE_MISC. * sysdeps/unix/sysv/linux/Makefile [$(subdir) == socket] diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index dacd116..aa6884e 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',