From patchwork Mon Dec 31 13:07:56 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Myers X-Patchwork-Id: 1019541 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-98877-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="RBec3chy"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 43SyKl32Xqz9s3l for ; Tue, 1 Jan 2019 00:08:10 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:mime-version :content-type; q=dns; s=default; b=FyMCpckH4W+wSJ4iC0XyEFU7DBM7t 39jKyGnYbxDi0t+1Pz+6xELTgaU4lr7xY03tH8osk53vxGPbjyDOO3TSxNrdpxsO c6og8y1MbuMeR/OifSOImtw4qpwiPs8O4x/kDfcSQCZAWylcZjS1WzJ92aCx6A5I yqY7qOoReb4iOA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:mime-version :content-type; s=default; bh=LS0WRFRjRWnTGwUFI/6m5Yq5JKc=; b=RBe c3chy6yrHseKdGb8hMd3GdD0Qac8baFoxvHgOUtjvjnTuoTVp5Q6PWWGWigxFaQl bPApFbRqjrxk/hDeuWTBM3xaIqvGXST5yxz+5LId1cvSI0w56U2ypUxv+5I4SEKH 4dLnmEbAiYgzuNi9LTVaPuUOa4HLOr1Fb1Jogfvg= Received: (qmail 118220 invoked by alias); 31 Dec 2018 13:08:04 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 118211 invoked by uid 89); 31 Dec 2018 13:08:04 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=H*c:US-ASCII, Hx-languages-length:604, H*UA:Alpine X-HELO: relay1.mentorg.com Date: Mon, 31 Dec 2018 13:07:56 +0000 From: Joseph Myers To: Subject: Use Linux 4.20 in build-many-glibcs.py [committed] Message-ID: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 2018-12-31 Joseph Myers * scripts/build-many-glibcs.py (Context.checkout): Default Linux version to 4.20. diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index caba0062a6..0ad2335ec7 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -714,7 +714,7 @@ class Context(object): 'gcc': 'vcs-8', 'glibc': 'vcs-mainline', 'gmp': '6.1.2', - 'linux': '4.19', + 'linux': '4.20', 'mpc': '1.1.0', 'mpfr': '4.0.1', 'mig': 'vcs-mainline',