From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 115637 invoked by alias); 11 Mar 2017 21:04:21 -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 115199 invoked by uid 89); 11 Mar 2017 21:04:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,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; Sat, 11 Mar 2017 21:04:15 +0000 X-Mailgun-Sending-Ip: 166.78.71.131 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.45]) by mxa.mailgun.org with ESMTP id 58c4664f.7f122e18e630-smtp-out-n02; Sat, 11 Mar 2017 21:04:15 -0000 (UTC) Date: Sat, 11 Mar 2017 21:04:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <58c4664ea3d93_1ae83fd9ab6e9c3025568e@hookshot-fe3-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] dd5534: Disable Guile in make if building for host in cana... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_58c4664ea39cf_1ae83fd9ab6e9c3025559f"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-03/txt/msg00016.txt.bz2 ----==_mimepart_58c4664ea39cf_1ae83fd9ab6e9c3025559f Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1651 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: dd55349646fee71a04c66d51f647edd201f835aa https://github.com/crosstool-ng/crosstool-ng/commit/dd55349646fee71a04c66d51f647edd201f835aa Author: Alexey Neyman Date: 2017-03-10 (Fri, 10 Mar 2017) Changed paths: M scripts/build/companion_tools/050-make.sh Log Message: ----------- Disable Guile in make if building for host in canadian make's configure uses pkg-config to detect if Guile should be enabled; on ArchLinux, this picks up Guile from build machine's pkgconfig and then it fails to compile. A better solution might be to create a ${CT_HOST}-pkg-config in buildtools/bin that would report "unsupported" for all packages. However a quick grep only showed pkg-config being used by GCJ (not sure if it will build in canadian cross - we don't have any samples with GCJ) and Blackfin simulator in GDB (Blackfin is not currently supported by crosstool-ng). Hence, leave such pkg-config implementation and testing for another day. Signed-off-by: Alexey Neyman Commit: 8f4db915bdb7b17a636d5ba7678bdb9c6c634cc0 https://github.com/crosstool-ng/crosstool-ng/commit/8f4db915bdb7b17a636d5ba7678bdb9c6c634cc0 Author: Alexey Neyman Date: 2017-03-11 (Sat, 11 Mar 2017) Changed paths: M scripts/build/companion_tools/050-make.sh Log Message: ----------- Merge pull request #640 from stilor/make-no-guile-canadian Disable Guile in make if building for host in canadian Compare: https://github.com/crosstool-ng/crosstool-ng/compare/af2c6c601bd8...8f4db915bdb7 ----==_mimepart_58c4664ea39cf_1ae83fd9ab6e9c3025559f--