From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 91992 invoked by alias); 25 Feb 2019 23:31:36 -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 91875 invoked by uid 89); 25 Feb 2019 23:31:36 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.9 required=5.0 tests=BAYES_00,GIT_PATCH_2,SPF_PASS autolearn=ham version=3.3.2 spammy=heads, H*MI:master, H*M:master, H*F:U*noreply X-HELO: out-16.smtp.github.com Received: from out-16.smtp.github.com (HELO out-16.smtp.github.com) (192.30.254.199) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 25 Feb 2019 23:31:34 +0000 Date: Mon, 25 Feb 2019 23:31:00 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1551137492; bh=8tLRR9bwO10dwFhVDy/CaCuEkq+ZCNUFLeBYL112aRU=; h=Date:From:To:Subject:From; b=IhfEUZNF11H6F0poG5899Fa2VA7M35sw5Yxzgp0pWFc+Nz1xGEogBoT8PiWqB/2oa GjJ3WcEXV4GhKCEfw6DugiqWaVhbmzWbE4ec8Pvru88BOOQLZYOnGF87fJkTTij5Cr hyTygFCWjNpYO7bd2rH1aK6UvGS9FE6iSnDu/JWw= From: Alexey Neyman To: crossgcc@sourceware.org Message-ID: Subject: [crosstool-ng/crosstool-ng] 55fe8a: Fix musl build when CT_SHARED_LIBS=n 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-02/txt/msg00017.txt.bz2 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 55fe8a8ba7d8ff9822b7c1452a9af08df50a34c5 https://github.com/crosstool-ng/crosstool-ng/commit/55fe8a8ba7d8ff9822b7c1452a9af08df50a34c5 Author: Dima Krasner Date: 2019-02-24 (Sun, 24 Feb 2019) Changed paths: M scripts/build/libc/musl.sh Log Message: ----------- Fix musl build when CT_SHARED_LIBS=n Signed-off-by: Dima Krasner Commit: 3915ee47d06a433da43663ba4e9cc9cd6b21535c https://github.com/crosstool-ng/crosstool-ng/commit/3915ee47d06a433da43663ba4e9cc9cd6b21535c Author: Alexey Neyman Date: 2019-02-25 (Mon, 25 Feb 2019) Changed paths: M scripts/build/libc/musl.sh Log Message: ----------- Merge pull request #1148 from dimkr/static-musl Fix musl build when CT_SHARED_LIBS=n Compare: https://github.com/crosstool-ng/crosstool-ng/compare/2a1e0cb0314a...3915ee47d06a