* [crosstool-ng/crosstool-ng] d6bf8e: Fix symlinking to multiarch tools on Cygwin
@ 2017-04-02 2:10 Alexey Neyman
0 siblings, 0 replies; only message in thread
From: Alexey Neyman @ 2017-04-02 2:10 UTC (permalink / raw)
To: crossgcc
[-- Attachment #1: Type: text/plain, Size: 1374 bytes --]
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 <stilor@att.net>
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 <stilor@att.net>
Commit: ba3d47b9d6b50fd60d43e0e2019dcafdd39d3c10
https://github.com/crosstool-ng/crosstool-ng/commit/ba3d47b9d6b50fd60d43e0e2019dcafdd39d3c10
Author: Alexey Neyman <stilor@att.net>
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-04-02 2:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-02 2:10 [crosstool-ng/crosstool-ng] d6bf8e: Fix symlinking to multiarch tools on Cygwin Alexey Neyman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).