From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 49311 invoked by alias); 1 Oct 2019 06:43:29 -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 49303 invoked by uid 89); 1 Oct 2019 06:43:29 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.3 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,SPF_PASS autolearn=ham version=3.3.1 spammy=HTo:U*crossgcc, H*Ad:U*crossgcc, H*F:U*noreply X-HELO: out-12.smtp.github.com Received: from out-12.smtp.github.com (HELO out-12.smtp.github.com) (192.30.254.195) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 01 Oct 2019 06:43:28 +0000 Received: from github-lowworker-f62aa54.va3-iad.github.net (github-lowworker-f62aa54.va3-iad.github.net [10.48.17.68]) by smtp.github.com (Postfix) with ESMTP id 32B59121111 for ; Mon, 30 Sep 2019 23:43:26 -0700 (PDT) Date: Tue, 01 Oct 2019 06:43:00 -0000 From: Alexey Neyman To: crossgcc@sourceware.org Message-ID: Subject: [crosstool-ng/crosstool-ng] 01e21d: glibc: arc: Don't interfere with other architectures 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-10/txt/msg00001.txt.bz2 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 01e21d90f793d86d07ab532ef9456bea8003edf8 https://github.com/crosstool-ng/crosstool-ng/commit/01e21d90f793d86d07ab532ef9456bea8003edf8 Author: Chris Packham Date: 2019-09-05 (Thu, 05 Sep 2019) Changed paths: M packages/glibc/2.29/0001-Add-ARC-architecture.patch Log Message: ----------- glibc: arc: Don't interfere with other architectures Fixes: #1227 Adjust the ARC patch so that it only sets with_fp_cond when the machine is arc. https://github.com/foss-for-synopsys-dwc-arc-processors/glibc/issues/7 Signed-off-by: Chris Packham Commit: fdcfffebf60811aa70897319fb3b1d210ea876e1 https://github.com/crosstool-ng/crosstool-ng/commit/fdcfffebf60811aa70897319fb3b1d210ea876e1 Author: Alexey Neyman Date: 2019-09-30 (Mon, 30 Sep 2019) Changed paths: M packages/glibc/2.29/0001-Add-ARC-architecture.patch Log Message: ----------- Merge pull request #1233 from cpackham/fixup-arc-patch glibc: arc: Don't interfere with other architectures Compare: https://github.com/crosstool-ng/crosstool-ng/compare/c5cd702e25f2...fdcfffebf608