From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 85148 invoked by alias); 13 Jan 2017 17:53:33 -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 85135 invoked by uid 89); 13 Jan 2017 17:53:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_LOTSOFHASH,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=018, 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; Fri, 13 Jan 2017 17:53:22 +0000 X-Mailgun-Sending-Ip: 166.78.69.170 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.42]) by mxa.mailgun.org with ESMTP id 58791410.7f56ac3d8600-in07; Fri, 13 Jan 2017 17:53:20 -0000 (UTC) Date: Fri, 13 Jan 2017 17:53:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <587914107b846_58013f97453bb14c9812c@hookshot-fe1-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] ce8976: Sort out ISL/CLooG dependencies. Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_587914107b3bd_58013f97453bb14c9806f"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-01/txt/msg00014.txt.bz2 ----==_mimepart_587914107b3bd_58013f97453bb14c9806f Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1986 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: ce8976fba1f57e720f14326616df4876d3ce4dc9 https://github.com/crosstool-ng/crosstool-ng/commit/ce8976fba1f57e720f14326616df4876d3ce4dc9 Author: Alexey Neyman Date: 2017-01-12 (Thu, 12 Jan 2017) Changed paths: M config/companion_libs/cloog.in M config/companion_libs/isl.in Log Message: ----------- Sort out ISL/CLooG dependencies. Source-wise, both CLooG and GCC depend on ISL, and GCC may depend on CLooG. However, GCC may or may not require CLooG (GCC5 dropped this dependency). Also, all GCC4.x releases build fine with any of the CLooG releases we have. With all that in mind, it is easier to specify ISL dependency on particular GCC releases; and CLooG dependency (if applicable) on ISL. Signed-off-by: Alexey Neyman Commit: 168b5f8858af5ab889b95076ecb110d7aca94f67 https://github.com/crosstool-ng/crosstool-ng/commit/168b5f8858af5ab889b95076ecb110d7aca94f67 Author: Alexey Neyman Date: 2017-01-12 (Thu, 12 Jan 2017) Changed paths: M config/companion_libs/isl.in Log Message: ----------- Add ISL 0.17.1 and 0.18. GCC accepts them using the same check for "0.15 or newer", but since they are not "officially recommended" by GCC installation guide, mark them as experimental. Signed-off-by: Alexey Neyman Commit: e282fd5551b35cba0c09b92efbe6fa17af7f80a8 https://github.com/crosstool-ng/crosstool-ng/commit/e282fd5551b35cba0c09b92efbe6fa17af7f80a8 Author: Alexey Neyman Date: 2017-01-13 (Fri, 13 Jan 2017) Changed paths: M config/companion_libs/cloog.in M config/companion_libs/isl.in Log Message: ----------- Merge pull request #524 from stilor/force-isl-0.15-for-gcc-4.x Fix GCC4.x samples after ISL 0.16.1 import. Compare: https://github.com/crosstool-ng/crosstool-ng/compare/dc9dac222045...e282fd5551b3 ----==_mimepart_587914107b3bd_58013f97453bb14c9806f--