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