From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19163 invoked by alias); 22 Sep 2018 06:36:07 -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 19145 invoked by uid 89); 22 Sep 2018 06:36:06 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,KAM_ASCII_DIVIDERS,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Home, heads, installing, H*r:Unknown 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; Sat, 22 Sep 2018 06:36:04 +0000 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1537598162; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=cG1KkVB2ZdZq5urA4Zz8bMyZQMiSqISwHDCxOsXYYik=; b=AwkU3hS165gC8jZHk9uoLd7jai0YrbrrxL5Haq+Bk8c9ckkXB9ejRSAquPi7j/y/HL5qQ/XQ YpPVEcobncx0O5BEZVvrCPO3V/tYefCl5WvjJBqMBayIoUgQHjr4MQYGX1vuTMIaxXX4xLEZ GTS6WkecCaH2SL4Op1D4/uKMC78= X-Mailgun-Sending-Ip: 166.78.69.170 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Sender: stilor=att.net@github.com Received: from github.com (Unknown [192.30.252.36]) by mxa.mailgun.org with ESMTP id 5ba5e2d2.7f112c21b450-smtp-out-n02; Sat, 22 Sep 2018 06:36:02 -0000 (UTC) Date: Sat, 22 Sep 2018 06:36:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <5ba5e2d18bf71_18d62ac484faeec04962f@hookshot-fe-6b2eebc.cp1-iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 4a881e: patches: mpfr: Fix obsolete ARC asm constraints Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5ba5e2d18b4c4_18d62ac484faeec049577"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-09/txt/msg00005.txt.bz2 ----==_mimepart_5ba5e2d18b4c4_18d62ac484faeec049577 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1754 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 4a881ea56e59ad2dba590d2362526c15b40897f6 https://github.com/crosstool-ng/crosstool-ng/commit/4a881ea56e59ad2dba590d2362526c15b40897f6 Author: Evgeniy Didin Date: 2018-08-21 (Tue, 21 Aug 2018) Changed paths: A packages/mpfr/4.0.1/0001-Fix-obsolete-ARC-asm-constraints.patch Log Message: ----------- patches: mpfr: Fix obsolete ARC asm constraints Adding this patch fixes errors while building mpfr for native ARC toolcahin. Error messages are: -----------------------------------------------------8<------------------ ... [ERROR] .build/HOST-arc-snps-linux-uclibc/arc-snps-linux-uclibc/src/ mpfr/src/mpfr-longlong.h:423:3: error: impossible constraint in 'asm' ... [ERROR] >> Build failed in step 'Installing MPFR for host' -----------------------------------------------------8<------------------ Signed-off-by: Evgeniy Didin Commit: 8ab3b0b2001eefb89b135a8bcb95130d68e8d816 https://github.com/crosstool-ng/crosstool-ng/commit/8ab3b0b2001eefb89b135a8bcb95130d68e8d816 Author: Alexey Neyman Date: 2018-09-21 (Fri, 21 Sep 2018) Changed paths: A packages/mpfr/4.0.1/0001-Fix-obsolete-ARC-asm-constraints.patch Log Message: ----------- Merge pull request #1012 from EvgeniiDidin/master patches: mpfr: Fix obsolete ARC asm constraints Compare: https://github.com/crosstool-ng/crosstool-ng/compare/9ab0c733cd72...8ab3b0b2001e **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_5ba5e2d18b4c4_18d62ac484faeec049577--