From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 73450 invoked by alias); 12 Feb 2017 19:19:39 -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 73169 invoked by uid 89); 12 Feb 2017 19:19:36 -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=H*r:Unknown, Home, H*R:D*net, 1211 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; Sun, 12 Feb 2017 19:19:34 +0000 X-Mailgun-Sending-Ip: 166.78.71.131 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.42]) by mxa.mailgun.org with ESMTP id 58a0b546.7ff8c8ca0150-smtp-out-n01; Sun, 12 Feb 2017 19:19:34 -0000 (UTC) Date: Sun, 12 Feb 2017 19:19:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <58a0b5455ad92_288853fc648e11c2c211da@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 7dfae6: Make zlib's 'make check' actually fail if test fai... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_58a0b5455aab2_288853fc648e11c2c2107e"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-02/txt/msg00022.txt.bz2 ----==_mimepart_58a0b5455aab2_288853fc648e11c2c2107e Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 2127 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 7dfae65ce9511debb52cb2bb0303bab76012db47 https://github.com/crosstool-ng/crosstool-ng/commit/7dfae65ce9511debb52cb2bb0303bab76012db47 Author: Alexey Neyman Date: 2017-02-11 (Sat, 11 Feb 2017) Changed paths: A patches/zlib/1.2.11/100-make-check-fail.patch Log Message: ----------- Make zlib's 'make check' actually fail if test fails Upstream: https://github.com/madler/zlib/pull/225 Signed-off-by: Alexey Neyman Commit: c8e82815331803bce45eb8f90b790dd235025259 https://github.com/crosstool-ng/crosstool-ng/commit/c8e82815331803bce45eb8f90b790dd235025259 Author: Alexey Neyman Date: 2017-02-11 (Sat, 11 Feb 2017) Changed paths: M scripts/build/companion_libs/050-zlib.sh M scripts/build/companion_libs/100-gmp.sh M scripts/build/companion_libs/110-mpfr.sh M scripts/build/companion_libs/121-isl.sh M scripts/build/companion_libs/130-cloog.sh M scripts/build/companion_libs/140-mpc.sh Log Message: ----------- Skip comp.libs checking on host for canadian ... they all want to run the binaries they produced, which fails when build!=host. Signed-off-by: Alexey Neyman Commit: c31ed45a65e9e30fe2000bf1704583038522646e https://github.com/crosstool-ng/crosstool-ng/commit/c31ed45a65e9e30fe2000bf1704583038522646e Author: Alexey Neyman Date: 2017-02-12 (Sun, 12 Feb 2017) Changed paths: A patches/zlib/1.2.11/100-make-check-fail.patch M scripts/build/companion_libs/050-zlib.sh M scripts/build/companion_libs/100-gmp.sh M scripts/build/companion_libs/110-mpfr.sh M scripts/build/companion_libs/121-isl.sh M scripts/build/companion_libs/130-cloog.sh M scripts/build/companion_libs/140-mpc.sh Log Message: ----------- Merge pull request #589 from stilor/skip-complibs-check-on-host-canadian Skip complibs check on host for canadian Compare: https://github.com/crosstool-ng/crosstool-ng/compare/5676c72d521c...c31ed45a65e9 ----==_mimepart_58a0b5455aab2_288853fc648e11c2c2107e--