From patchwork Mon Jan 15 14:03:48 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Myers X-Patchwork-Id: 25396 Received: (qmail 73581 invoked by alias); 15 Jan 2018 14:03:56 -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 73571 invoked by uid 89); 15 Jan 2018 14:03:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No 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=4.0.0 X-HELO: relay1.mentorg.com Date: Mon, 15 Jan 2018 14:03:48 +0000 From: Joseph Myers To: Subject: Update build-many-glibcs.py binutils, mpfr, mpc versions [committed] Message-ID: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) 2018-01-15 Joseph Myers * scripts/build-many-glibcs.py (Context.checkout): Default binutils version to 2.30 branch, MPFR version to 4.0.0 and MPC version to 1.1.0. diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 75a920a..8849574 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -688,13 +688,13 @@ class Context(object): def checkout(self, versions): """Check out the desired component versions.""" - default_versions = {'binutils': 'vcs-2.29', + default_versions = {'binutils': 'vcs-2.30', 'gcc': 'vcs-7', 'glibc': 'vcs-mainline', 'gmp': '6.1.2', 'linux': '4.14', - 'mpc': '1.0.3', - 'mpfr': '3.1.6'} + 'mpc': '1.1.0', + 'mpfr': '4.0.0'} use_versions = {} explicit_versions = {} for v in versions: