From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12862 invoked by alias); 23 Dec 2019 22:47:17 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 12855 invoked by uid 89); 23 Dec 2019 22:47:16 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,SPF_PASS autolearn=ham version=3.3.1 spammy=H*Ad:U*crossgcc, HTo:U*crossgcc, Home X-HELO: out-7.smtp.github.com Received: from out-7.smtp.github.com (HELO out-7.smtp.github.com) (192.30.252.198) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 23 Dec 2019 22:47:15 +0000 Received: from github-lowworker-3a0df0f.ac4-iad.github.net (github-lowworker-3a0df0f.ac4-iad.github.net [10.52.25.92]) by smtp.github.com (Postfix) with ESMTP id A122C2C33CF for ; Mon, 23 Dec 2019 14:47:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1577141233; bh=0xOKOV6wU0PE3hqQDqQU5BGDe02zWG5UaVCL7Q0gXjc=; h=Date:From:To:Subject:From; b=Y72z6OfRI9EldM+ar/dQFbeU6FJV+qkTDKeLb6/8iZC1xNCPLzSdbbJdy9tXBJvQ9 4kRcgA4TQv19jtowcAUEytLHT1yB+fJ44kfeEQwTXAinEkYS6N6R5L2yo/1Zp+4FLx c2jrZqF/LXubZ5I0axnjjblIqqr4I8UNQ32iiCvU= Date: Mon, 23 Dec 2019 22:47:00 -0000 From: Alexey Neyman To: crossgcc@sourceware.org Message-ID: Subject: [crosstool-ng/crosstool-ng] bb1d68: Add newlib retargetable locking configuration Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: crossgcc@sourceware.org X-Auto-Response-Suppress: All X-SW-Source: 2019-12/txt/msg00005.txt.bz2 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: bb1d687e1d8a462b64fe2ae8ac6496e70b80111e https://github.com/crosstool-ng/crosstool-ng/commit/bb1d687e1d8a462b64fe2ae8ac6496e70b80111e Author: Stephanos Ioannidis Date: 2019-12-20 (Fri, 20 Dec 2019) Changed paths: M config/libc/newlib.in M scripts/build/libc/newlib.sh Log Message: ----------- Add newlib retargetable locking configuration This commit adds support for the newlib configuration option '--enable-newlib-retargetable-locking'. Signed-off-by: Stephanos Ioannidis Commit: f8864925304e79997c863134e750c463a1d0e6b2 https://github.com/crosstool-ng/crosstool-ng/commit/f8864925304e79997c863134e750c463a1d0e6b2 Author: Alexey Neyman Date: 2019-12-23 (Mon, 23 Dec 2019) Changed paths: M config/libc/newlib.in M scripts/build/libc/newlib.sh Log Message: ----------- Merge pull request #1284 from stephanosio/newlib_retargetable_locking Add newlib retargetable locking configuration Compare: https://github.com/crosstool-ng/crosstool-ng/compare/6508480f29d2...f8864925304e