From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 108087 invoked by alias); 28 Feb 2017 21:28:59 -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 108071 invoked by uid 89); 28 Feb 2017 21:28:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.2 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=Hx-languages-length:1958, 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; Tue, 28 Feb 2017 21:28:57 +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 58b5eb97.7fac6267c1b0-smtp-out-n02; Tue, 28 Feb 2017 21:28:55 -0000 (UTC) Date: Tue, 28 Feb 2017 21:28:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <58b5eb96ab29c_713b3f9773e53c3462127@hookshot-fe2-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] bb4857: Fix elf2flt build on Cygwin in a different way Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_58b5eb96aaeef_713b3f9773e53c34620e5"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-02/txt/msg00046.txt.bz2 ----==_mimepart_58b5eb96aaeef_713b3f9773e53c34620e5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1968 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: bb48575141364c4874b123c185e9a12fa69a8c0d https://github.com/crosstool-ng/crosstool-ng/commit/bb48575141364c4874b123c185e9a12fa69a8c0d Author: Alexey Neyman Date: 2017-02-28 (Tue, 28 Feb 2017) Changed paths: A patches/elf2flt/4820f0dbb77cd6564d5fa0817218fe2a1fb99f32/100-filter-includes.patch R patches/elf2flt/4820f0dbb77cd6564d5fa0817218fe2a1fb99f32/100-no-lcygwin.patch Log Message: ----------- Fix elf2flt build on Cygwin in a different way ... after discussion with elf2flt maintainer. Signed-off-by: Alexey Neyman Commit: 43fc8224dfc7e12af860e3b55af0ee1e5ad09fd7 https://github.com/crosstool-ng/crosstool-ng/commit/43fc8224dfc7e12af860e3b55af0ee1e5ad09fd7 Author: Alexey Neyman Date: 2017-02-28 (Tue, 28 Feb 2017) Changed paths: M patches/elf2flt/4820f0dbb77cd6564d5fa0817218fe2a1fb99f32/100-filter-includes.patch A patches/elf2flt/4820f0dbb77cd6564d5fa0817218fe2a1fb99f32/110-macos-use-local-elf.h.patch Log Message: ----------- Macos needs a local ELF header, too Signed-off-by: Alexey Neyman Commit: 7992f9b05f68f7b801676285333de7605627aa5c https://github.com/crosstool-ng/crosstool-ng/commit/7992f9b05f68f7b801676285333de7605627aa5c Author: Alexey Neyman Date: 2017-02-28 (Tue, 28 Feb 2017) Changed paths: A patches/elf2flt/4820f0dbb77cd6564d5fa0817218fe2a1fb99f32/100-filter-includes.patch R patches/elf2flt/4820f0dbb77cd6564d5fa0817218fe2a1fb99f32/100-no-lcygwin.patch A patches/elf2flt/4820f0dbb77cd6564d5fa0817218fe2a1fb99f32/110-macos-use-local-elf.h.patch Log Message: ----------- Merge pull request #619 from stilor/refix-elf2flt Fix elf2flt build on Cygwin in a different way Compare: https://github.com/crosstool-ng/crosstool-ng/compare/c8b355ea925c...7992f9b05f68 ----==_mimepart_58b5eb96aaeef_713b3f9773e53c34620e5--