From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS17314 8.43.84.0/22 X-Spam-Status: No, score=-3.7 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,MAILING_LIST_MULTI, PDS_RDNS_DYNAMIC_FP,RCVD_IN_DNSWL_MED,RDNS_DYNAMIC,SPF_HELO_PASS, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 00AFB1F8C6 for ; Mon, 9 Aug 2021 16:54:09 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 138EE383940C for ; Mon, 9 Aug 2021 16:54:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 138EE383940C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1628528049; bh=fhgxRVHhXd+r6Sn3ny9pej2XyDVtJATQkV5OBT7/5No=; h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=o260duXXPrNpU2Uo3WFpJ9grs19id2S/hlWIS8gTW1tEEF7FYRXDip4a96IOIiGQp eBn4vKbmqP6eRhmUl4338+KG1dibhrgYqxwUfZaQiWEhf0GFllTrUO6DSoxjKYWBTS UBmo3Krdm60YdH0fQ2hH53QRQhK+G7Emx37lU6zg= Received: from mail-pj1-x1032.google.com (mail-pj1-x1032.google.com [IPv6:2607:f8b0:4864:20::1032]) by sourceware.org (Postfix) with ESMTPS id A92283861031 for ; Mon, 9 Aug 2021 16:53:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A92283861031 Received: by mail-pj1-x1032.google.com with SMTP id s22-20020a17090a1c16b0290177caeba067so35669320pjs.0 for ; Mon, 09 Aug 2021 09:53:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=fhgxRVHhXd+r6Sn3ny9pej2XyDVtJATQkV5OBT7/5No=; b=mAf6IntR3uEU14uRMcxKzVKK6QsmL7IvZHzD27BC+u6+uPQZNzvuxCfRjNtFkn24yA 7ZNeYZ+UI3mlJMMQmTHB9OMu/0VbZSXR/I4lvlpCBxQltBD1BS3mpwDnGobc7tbKNiat k72ABJAxhYvXBR/VGloIoaBJVAuJksI5b2ddoc6K1on4J4t1AnaCqm4vxIFi3HTF53hH Fb47S/geD8TbsFEK6N7H5wi/MKPn4zsf9UX46ky1pCEFQOCXKOOI7IIfRPitxxwE11DI a1khPZXdZ3SdZgTY8jrZtl1Rn+3IU7vbyfDyeAVUV8zpQLhSsXVtvAuh/KKRo0uGbuBJ z4OQ== X-Gm-Message-State: AOAM531M6ohvwLqf4phlYi0VtwqiVDH/O5X+JDVPvHKRduSXcIAXDxpR Y+ZJ33/M/lMXQxgAhZQ+uBVa9ovyzocrWZp17w0= X-Google-Smtp-Source: ABdhPJwMDMAk0TC0aRWM5neHl47FpCmKSDEAoT7FtCN9UUurp+0YM1c8jiD7Hzf2S702B2MT8FJwW5VkbloTzpjww+4= X-Received: by 2002:a05:6a00:2490:b029:3bb:2cb3:25dc with SMTP id c16-20020a056a002490b02903bb2cb325dcmr19319068pfv.48.1628528017763; Mon, 09 Aug 2021 09:53:37 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 9 Aug 2021 09:53:01 -0700 Message-ID: Subject: Re: Use binutils 2.37 branch in build-many-glibcs.py To: Joseph Myers Content-Type: text/plain; charset="UTF-8" X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: "H.J. Lu via Libc-alpha" Reply-To: "H.J. Lu" Cc: GNU C Library Errors-To: libc-alpha-bounces+e=80x24.org@sourceware.org Sender: "Libc-alpha" On Mon, Aug 2, 2021 at 5:31 PM Joseph Myers wrote: > > This patch makes build-many-glibcs.py use binutils 2.37 branch. > > Tested with build-many-glibcs.py (compilers and glibcs builds). > > diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py > index 5a77af90a6..0322ed19a8 100755 > --- a/scripts/build-many-glibcs.py > +++ b/scripts/build-many-glibcs.py > @@ -778,7 +778,7 @@ class Context(object): > > def checkout(self, versions): > """Check out the desired component versions.""" > - default_versions = {'binutils': 'vcs-2.36', > + default_versions = {'binutils': 'vcs-2.37', > 'gcc': 'vcs-11', > 'glibc': 'vcs-mainline', > 'gmp': '6.2.1', > > -- > Joseph S. Myers > joseph@codesourcery.com LGTM. Reviewed-by: H.J. Lu Thanks. -- H.J.