From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 36903 invoked by alias); 11 Dec 2018 16:59:08 -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 36739 invoked by uid 89); 11 Dec 2018 16:59:07 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*F:D*att.net, H*r:Unknown X-HELO: m71-131.mailgun.net Received: from m71-131.mailgun.net (HELO m71-131.mailgun.net) (166.78.71.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 11 Dec 2018 16:59:05 +0000 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1544547543; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=HfJDXxaleUVDiVq6Lp5ODh3QjacHn4O8kf73lXFVIOs=; b=gReKYm6rP+GIyFSJOQwUEpz2QqRUofYViAOtTkxWfDXB41W5SOkLe6w9uLmVvIGRgrl7Ght4 6A9DUy213IGnPdTBvCw3DL2vuIYYEBeRdWpsuBR+X0I+lp+YCpMz2lXlXsdwG+MoO1TGTrDf EO0exV7eQWAm017Zp35e7GaTOtc= X-Mailgun-Sending-Ip: 166.78.71.131 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Sender: stilor=att.net@github.com Received: from github.com (Unknown [192.30.252.34]) by mxa.mailgun.org with ESMTP id 5c0fecd7.7f5bdcaa25a0-smtp-out-n03; Tue, 11 Dec 2018 16:59:03 -0000 (UTC) Date: Tue, 11 Dec 2018 16:59:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <5c0fecd686747_6c3c2afad57125781976b@hookshot-fe-88eb02d.cp1-iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] f2b645: Add a symlink to LTO for binutils Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5c0fecd686377_6c3c2afad571257819689"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-12/txt/msg00010.txt.bz2 ----==_mimepart_5c0fecd686377_6c3c2afad571257819689 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1419 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: f2b64524b0a15dd7ee830db302199bb183566356 https://github.com/crosstool-ng/crosstool-ng/commit/f2b64524b0a15dd7ee830db302199bb183566356 Author: Alexey Neyman Date: 2018-12-11 (Tue, 11 Dec 2018) Changed paths: M scripts/build/binutils/binutils.sh M scripts/build/cc/gcc.sh M scripts/build/internals.sh Log Message: ----------- Add a symlink to LTO for binutils ... so that ar can find the plugin even when invoked directly, not via the gcc-ar plugin. Signed-off-by: Alexey Neyman Commit: de48268390eacb4a3e69c7d504e618a45d2a19eb https://github.com/crosstool-ng/crosstool-ng/commit/de48268390eacb4a3e69c7d504e618a45d2a19eb Author: Alexey Neyman Date: 2018-12-11 (Tue, 11 Dec 2018) Changed paths: M scripts/build/binutils/binutils.sh M scripts/build/cc/gcc.sh M scripts/build/internals.sh Log Message: ----------- Merge pull request #1115 from stilor/binutils-lto Add a symlink to LTO for binutils Compare: https://github.com/crosstool-ng/crosstool-ng/compare/abee9bd48239...de48268390ea **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. ----==_mimepart_5c0fecd686377_6c3c2afad571257819689--