From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 36943 invoked by alias); 22 Jan 2017 17:15:03 -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 36700 invoked by uid 89); 22 Jan 2017 17:15:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Lin, H*r:Unknown, Home, H*R:D*net X-HELO: m69-169.mailgun.net Received: from m69-169.mailgun.net (HELO m69-169.mailgun.net) (166.78.69.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 22 Jan 2017 17:14:51 +0000 X-Mailgun-Sending-Ip: 166.78.69.169 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.45]) by mxa.mailgun.org with ESMTP id 5884e88a.7fcc3ce7edb0-smtp-out-n03; Sun, 22 Jan 2017 17:14:50 -0000 (UTC) Date: Sun, 22 Jan 2017 17:15:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <5884e88937335_18343f907755d13c1197de@hookshot-fe3-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 1f6c6d: mingw: compile the mingw-w64 companion tools as we... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5884e88936b96_18343f907755d13c119638"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-01/txt/msg00037.txt.bz2 ----==_mimepart_5884e88936b96_18343f907755d13c119638 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1197 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 1f6c6d3f328bba62244975c5a73b7bd4a94ee3dc https://github.com/crosstool-ng/crosstool-ng/commit/1f6c6d3f328bba62244975c5a73b7bd4a94ee3dc Author: Li-Hang Lin Date: 2017-01-22 (Sun, 22 Jan 2017) Changed paths: M config/libc/mingw.in M scripts/build/libc/mingw.sh Log Message: ----------- mingw: compile the mingw-w64 companion tools as well There are some useful tools such as widl, gendef, genidl ... etc. provided by mingw-w64 and do not waste the developers' works. Signed-off-by: Li-Hang Lin Commit: 76099962bfda129b88f75e2191e26a8295b4b286 https://github.com/crosstool-ng/crosstool-ng/commit/76099962bfda129b88f75e2191e26a8295b4b286 Author: Alexey Neyman Date: 2017-01-22 (Sun, 22 Jan 2017) Changed paths: M config/libc/mingw.in M scripts/build/libc/mingw.sh Log Message: ----------- Merge pull request #462 from lihanglin/master mingw: compile the mingw-w64 companion tools as well Compare: https://github.com/crosstool-ng/crosstool-ng/compare/83dfa9780507...76099962bfda ----==_mimepart_5884e88936b96_18343f907755d13c119638--