mirror of
https://github.com/mstorsjo/llvm-mingw
synced 2026-06-21 14:01:00 +00:00
install-wrappers: Add config file symlinks for triples with vendor "pc"
This commit is contained in:
committed by
Martin Storsjö
parent
466fbcb68f
commit
9e39b82907
@@ -126,6 +126,8 @@ cp wrappers/*-wrapper.sh "$PREFIX/bin"
|
||||
cp wrappers/mingw32-common.cfg $PREFIX/bin
|
||||
for arch in $ARCHS; do
|
||||
cp wrappers/$arch-w64-windows-gnu.cfg $PREFIX/bin
|
||||
# Also accept `--target=$arch-pc-windows-gnu` style arg
|
||||
ln -sf $arch-w64-windows-gnu.cfg $PREFIX/bin/$arch-pc-windows-gnu.cfg
|
||||
done
|
||||
if [ -n "$HOST" ] && [ -n "$EXEEXT" ]; then
|
||||
# TODO: If building natively on msys, pick up the default HOST value from there.
|
||||
|
||||
Reference in New Issue
Block a user