From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 62487 invoked by alias); 21 Aug 2017 15:38: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 59623 invoked by uid 89); 21 Aug 2017 15:38:07 -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: 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; Mon, 21 Aug 2017 15:38:04 +0000 X-Mailgun-Sending-Ip: 166.78.71.131 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.41]) by mxa.mailgun.org with ESMTP id 599afe54.7f408c067870-smtp-out-n01; Mon, 21 Aug 2017 15:37:56 -0000 (UTC) Date: Mon, 21 Aug 2017 15:38:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <599afe53b1b80_66283ffa79d53c441377c9@hookshot-fe5-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 6239ec: Check if -mfloat128-type needs to be supplied Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_599afe53b17e2_66283ffa79d53c44137621"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-08/txt/msg00003.txt.bz2 ----==_mimepart_599afe53b17e2_66283ffa79d53c44137621 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1668 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 6239ec9e5dc226f5abff062ab031a77d5c925f15 https://github.com/crosstool-ng/crosstool-ng/commit/6239ec9e5dc226f5abff062ab031a77d5c925f15 Author: Alexey Neyman Date: 2017-08-21 (Mon, 21 Aug 2017) Changed paths: A packages/glibc/2.26/100-mfloat128-type.patch Log Message: ----------- Check if -mfloat128-type needs to be supplied ... in addition to -mfloat128 that glibc 2.26 adds. GCC7 needs both, GCC6 does not and chokes on unknown option. Signed-off-by: Alexey Neyman Commit: a8f9fd545489a213ea141d3872d03a8c0aefbb73 https://github.com/crosstool-ng/crosstool-ng/commit/a8f9fd545489a213ea141d3872d03a8c0aefbb73 Author: Alexey Neyman Date: 2017-08-21 (Mon, 21 Aug 2017) Changed paths: A packages/linux/3.2.91/version.desc R packages/linux/3.2.93/version.desc Log Message: ----------- 3.2.x most recent patchlevel is 91, not 93 Signed-off-by: Alexey Neyman Commit: b99b5288e762970d4b52c7c7b709bc725aa99edf https://github.com/crosstool-ng/crosstool-ng/commit/b99b5288e762970d4b52c7c7b709bc725aa99edf Author: Alexey Neyman Date: 2017-08-21 (Mon, 21 Aug 2017) Changed paths: A packages/glibc/2.26/100-mfloat128-type.patch A packages/linux/3.2.91/version.desc R packages/linux/3.2.93/version.desc Log Message: ----------- Merge pull request #807 from stilor/upgrade-regressions Regressions after upgrades Compare: https://github.com/crosstool-ng/crosstool-ng/compare/434c205e89f9...b99b5288e762 ----==_mimepart_599afe53b17e2_66283ffa79d53c44137621--