From patchwork Fri Jul 20 16:11:54 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Myers X-Patchwork-Id: 28531 Received: (qmail 18017 invoked by alias); 20 Jul 2018 16:12:02 -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 17997 invoked by uid 89); 20 Jul 2018 16:12:01 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-24.5 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS, URIBL_RED autolearn=ham version=3.3.2 spammy=Hx-languages-length:696 X-HELO: relay1.mentorg.com Date: Fri, 20 Jul 2018 16:11:54 +0000 From: Joseph Myers To: Subject: Use binutils 2.31 branch in build-many-glibcs.py [committed] Message-ID: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 2018-07-20 Joseph Myers * scripts/build-many-glibcs.py (Context.checkout): Default binutils version to 2.31 branch. diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 892288d..8ef463f 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -705,7 +705,7 @@ class Context(object): def checkout(self, versions): """Check out the desired component versions.""" - default_versions = {'binutils': 'vcs-2.30', + default_versions = {'binutils': 'vcs-2.31', 'gcc': 'vcs-8', 'glibc': 'vcs-mainline', 'gmp': '6.1.2',