From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 48798 invoked by alias); 31 Mar 2017 17:24:49 -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 48715 invoked by uid 89); 31 Mar 2017 17:24:43 -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=shout, companion, H*r:Unknown, Home 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; Fri, 31 Mar 2017 17:24:40 +0000 X-Mailgun-Sending-Ip: 166.78.71.131 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.34]) by mxa.mailgun.org with ESMTP id 58de90d7.7fd96b651cc0-smtp-out-n03; Fri, 31 Mar 2017 17:24:39 -0000 (UTC) Date: Fri, 31 Mar 2017 17:24:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <58de90d775df0_7e623f9f5eb2dc24763d@hookshot-fe2-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 7111f9: MinGW-W64 fixes Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_58de90d775a14_7e623f9f5eb2dc2476279"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-03/txt/msg00045.txt.bz2 ----==_mimepart_58de90d775a14_7e623f9f5eb2dc2476279 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1766 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 7111f95dc3513e52ea0c69776432102fb6967498 https://github.com/crosstool-ng/crosstool-ng/commit/7111f95dc3513e52ea0c69776432102fb6967498 Author: Alexey Neyman Date: 2017-03-30 (Thu, 30 Mar 2017) Changed paths: M config/libc/mingw.in M samples/x86_64-w64-mingw32/crosstool.config M scripts/build/libc/glibc.sh M scripts/build/libc/mingw.sh Log Message: ----------- MinGW-W64 fixes - libpthread requires iteration over multilibs, unlike the core, it does not detect and build multilibs by itself. - Disable parallel builds for mingw-w64 components; until mingw-w64 core builds clean, I am not trusting it. - Make the list of tools to build configurable - Turn on multilib in x86_64 sample. - Make warnings about tuple less redundant. As in, "one WARN is enough, no need to shout it three times". - Messages about various steps/substeps are more aligned with the rest of the components. - Use 'make' instead of ${make} to invoke the companion make just built, if applicable. Signed-off-by: Alexey Neyman Commit: 88d28e6eed547e9992c44c6894764dd7b000b980 https://github.com/crosstool-ng/crosstool-ng/commit/88d28e6eed547e9992c44c6894764dd7b000b980 Author: Alexey Neyman Date: 2017-03-31 (Fri, 31 Mar 2017) Changed paths: M config/libc/mingw.in M samples/x86_64-w64-mingw32/crosstool.config M scripts/build/libc/glibc.sh M scripts/build/libc/mingw.sh Log Message: ----------- Merge pull request #669 from stilor/mingw-pthread-multilib MinGW-W64 fixes Compare: https://github.com/crosstool-ng/crosstool-ng/compare/a7edff1820d8...88d28e6eed54 ----==_mimepart_58de90d775a14_7e623f9f5eb2dc2476279--