From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 67776 invoked by alias); 23 Aug 2017 00:24:52 -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 67747 invoked by uid 89); 23 Aug 2017 00:24:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,KAM_LOTSOFHASH,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:Unknown, Home, H*R:D*net X-HELO: m69-169.mailgun.net Received: from m69-169.mailgun.net (HELO m69-169.mailgun.net) (166.78.69.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 23 Aug 2017 00:24:48 +0000 X-Mailgun-Sending-Ip: 166.78.69.169 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.41]) by mxa.mailgun.org with ESMTP id 599ccb4d.7fa4dc441a80-smtp-out-n01; Wed, 23 Aug 2017 00:24:45 -0000 (UTC) Date: Wed, 23 Aug 2017 00:24:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <599ccb4c53a4b_5cb63fe91ff39c2c11757@hookshot-fe5-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 5fc2ca: Remove the glibc patch for -mfloat128 Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_599ccb4c5367a_5cb63fe91ff39c2c117474"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-08/txt/msg00005.txt.bz2 ----==_mimepart_599ccb4c5367a_5cb63fe91ff39c2c117474 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1570 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 5fc2ca7e8db5a3a38ad6cc8c8ce13505fef602a4 https://github.com/crosstool-ng/crosstool-ng/commit/5fc2ca7e8db5a3a38ad6cc8c8ce13505fef602a4 Author: Alexey Neyman Date: 2017-08-22 (Tue, 22 Aug 2017) Changed paths: R packages/glibc/2.26/100-mfloat128-type.patch Log Message: ----------- Remove the glibc patch for -mfloat128 ... per discussion on libc-alpha, need to pass --with-glibc-version= instead to GCC configure. Signed-off-by: Alexey Neyman Commit: 20e0f706c60898a283374bbd15096b7bd6b1fbc5 https://github.com/crosstool-ng/crosstool-ng/commit/20e0f706c60898a283374bbd15096b7bd6b1fbc5 Author: Alexey Neyman Date: 2017-08-22 (Tue, 22 Aug 2017) Changed paths: M scripts/build/cc/gcc.sh M scripts/functions Log Message: ----------- Fix PPC64LE by supplying --with-glibc-version Signed-off-by: Alexey Neyman Commit: 8e8417226d5cdd90896df2c585ad03a995e5e9a1 https://github.com/crosstool-ng/crosstool-ng/commit/8e8417226d5cdd90896df2c585ad03a995e5e9a1 Author: Alexey Neyman Date: 2017-08-22 (Tue, 22 Aug 2017) Changed paths: R packages/glibc/2.26/100-mfloat128-type.patch M scripts/build/cc/gcc.sh M scripts/functions Log Message: ----------- Merge pull request #809 from stilor/refix-ppc64le Refix ppc64le Compare: https://github.com/crosstool-ng/crosstool-ng/compare/9ee0e06f573d...8e8417226d5c ----==_mimepart_599ccb4c5367a_5cb63fe91ff39c2c117474--