From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10760 invoked by alias); 25 Jan 2018 07:18:15 -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 10749 invoked by uid 89); 25 Jan 2018 07:18:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=decorate, H*r:Unknown, Home, H*R:D*net X-HELO: m69-170.mailgun.net Received: from m69-170.mailgun.net (HELO m69-170.mailgun.net) (166.78.69.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 25 Jan 2018 07:18:10 +0000 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== X-Mailgun-Sending-Ip: 166.78.69.170 Received: from github.com (Unknown [192.30.252.45]) by mxa.mailgun.org with ESMTP id 5a6984b0.7fd4f01c5900-smtp-out-n01; Thu, 25 Jan 2018 07:18:08 -0000 (UTC) Date: Thu, 25 Jan 2018 07:18:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <5a6984afeaff0_2b1d2af1b14e3c0c14187b@hookshot-fe-5a11256.cp1-iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 7c720a: Only decorate TARGET_ARCH if using specific CPU Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5a6984afea7f3_2b1d2af1b14e3c0c141761"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-01/txt/msg00006.txt.bz2 ----==_mimepart_5a6984afea7f3_2b1d2af1b14e3c0c141761 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1085 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 7c720ae3941c7645fec0529ed3ba4701a9bfcbfe https://github.com/crosstool-ng/crosstool-ng/commit/7c720ae3941c7645fec0529ed3ba4701a9bfcbfe Author: Alexey Neyman Date: 2018-01-21 (Sun, 21 Jan 2018) Changed paths: M scripts/build/arch/sh.sh Log Message: ----------- Only decorate TARGET_ARCH if using specific CPU Otherwise, binutils don't recognize it as a valid target - even though GCC does. Fixes #897. Signed-off-by: Alexey Neyman Commit: ba165ed4c0bfa8a83e61a2efd1ad205777978486 https://github.com/crosstool-ng/crosstool-ng/commit/ba165ed4c0bfa8a83e61a2efd1ad205777978486 Author: Alexey Neyman Date: 2018-01-24 (Wed, 24 Jan 2018) Changed paths: M scripts/build/arch/sh.sh Log Message: ----------- Merge pull request #900 from stilor/issue-897 Only decorate TARGET_ARCH if using specific CPU Compare: https://github.com/crosstool-ng/crosstool-ng/compare/b355005f56bb...ba165ed4c0bf ----==_mimepart_5a6984afea7f3_2b1d2af1b14e3c0c141761--