From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 92129 invoked by alias); 25 May 2017 15:23:19 -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 92103 invoked by uid 89); 25 May 2017 15:23:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.3 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=canadian, 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; Thu, 25 May 2017 15:23:16 +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 5926f6e4.7f6b70495270-smtp-out-n01; Thu, 25 May 2017 15:23:16 -0000 (UTC) Date: Thu, 25 May 2017 15:23:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <5926f6e4608a7_56583fc522729c382402ed@hookshot-fe1-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 753236: Handle ming32 as a host Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5926f6e46050a_56583fc522729c382401bf"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-05/txt/msg00005.txt.bz2 ----==_mimepart_5926f6e46050a_56583fc522729c382401bf Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 2058 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 753236ea224998cb06c695947bfbd0b27f1a74df https://github.com/crosstool-ng/crosstool-ng/commit/753236ea224998cb06c695947bfbd0b27f1a74df Author: Alexey Neyman Date: 2017-05-24 (Wed, 24 May 2017) Changed paths: A patches/zlib/1.2.11/120-mingw-static-only.patch M scripts/build/companion_libs/050-zlib.sh Log Message: ----------- Handle ming32 as a host zlib refuses to run configure with mingw32 host and insists that win32/Makefile.gcc is used instead. This requires a change in this Makefile to support static-only builds. Fixes #694. Signed-off-by: Alexey Neyman Commit: 20a8525e8bafb4a66f43bb1486ece439e3e0d95d https://github.com/crosstool-ng/crosstool-ng/commit/20a8525e8bafb4a66f43bb1486ece439e3e0d95d Author: Alexey Neyman Date: 2017-05-24 (Wed, 24 May 2017) Changed paths: M config/cc/gcc.in.2 M scripts/build/cc/100-gcc.sh Log Message: ----------- Retire CT_CC_GCC_TARGET_FINAL Make this behavior default in case the core gcc backend is used for final compiler (i.e., for baremetal configurations). Not setting this option breaks canadian baremetal configurations, and not setting it makes little sense at all in any baremetal configuration (since in baremetal we don't have any libc to begin with). Signed-off-by: Alexey Neyman Commit: 42b3dde819df3ce54c5ee2c694d8daa0594056d0 https://github.com/crosstool-ng/crosstool-ng/commit/42b3dde819df3ce54c5ee2c694d8daa0594056d0 Author: Alexey Neyman Date: 2017-05-25 (Thu, 25 May 2017) Changed paths: M config/cc/gcc.in.2 A patches/zlib/1.2.11/120-mingw-static-only.patch M scripts/build/cc/100-gcc.sh M scripts/build/companion_libs/050-zlib.sh Log Message: ----------- Merge pull request #722 from stilor/mingw-host Mingw host Compare: https://github.com/crosstool-ng/crosstool-ng/compare/f975aea2f8bc...42b3dde819df ----==_mimepart_5926f6e46050a_56583fc522729c382401bf--