From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 45747 invoked by alias); 2 Apr 2017 02:10:07 -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 44291 invoked by uid 89); 2 Apr 2017 02:10:05 -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=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; Sun, 02 Apr 2017 02:10:03 +0000 X-Mailgun-Sending-Ip: 166.78.69.170 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.45]) by mxa.mailgun.org with ESMTP id 58e05d7a.7f96a01af930-smtp-out-n03; Sun, 02 Apr 2017 02:10:02 -0000 (UTC) Date: Sun, 02 Apr 2017 02:10:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <58e05d799c9e6_23053fd281f9bc38955e5@hookshot-fe3-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] d6bf8e: Fix symlinking to multiarch tools on Cygwin Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_58e05d799c620_23053fd281f9bc38954c8"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-04/txt/msg00000.txt.bz2 ----==_mimepart_58e05d799c620_23053fd281f9bc38954c8 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1374 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: d6bf8e2d9866c6c3618e5053aca01df7fe7d61d0 https://github.com/crosstool-ng/crosstool-ng/commit/d6bf8e2d9866c6c3618e5053aca01df7fe7d61d0 Author: Alexey Neyman Date: 2017-04-01 (Sat, 01 Apr 2017) Changed paths: M scripts/build/binutils/binutils.sh M scripts/functions Log Message: ----------- Fix symlinking to multiarch tools on Cygwin On cygwin, creating both "foo.exe" and "foo" results in 'ln -sf' returning an error ("File exists"). However, ln silently removes the "foo.exe" in this case, so an attempt to re-run the same command manually then succeeds. Hence, make binutils.sh also create symlinks with .exe prefix, using the new & shiny routine. Signed-off-by: Alexey Neyman Commit: ba3d47b9d6b50fd60d43e0e2019dcafdd39d3c10 https://github.com/crosstool-ng/crosstool-ng/commit/ba3d47b9d6b50fd60d43e0e2019dcafdd39d3c10 Author: Alexey Neyman Date: 2017-04-01 (Sat, 01 Apr 2017) Changed paths: M scripts/build/binutils/binutils.sh M scripts/functions Log Message: ----------- Merge pull request #670 from stilor/cygwin-symlink Fix symlinking to multiarch tools on Cygwin Compare: https://github.com/crosstool-ng/crosstool-ng/compare/88d28e6eed54...ba3d47b9d6b5 ----==_mimepart_58e05d799c620_23053fd281f9bc38954c8--