We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f56f76 commit 68aa79aCopy full SHA for 68aa79a
install-wrappers.sh
@@ -69,10 +69,10 @@ if [ -n "$EXEEXT" ]; then
69
if [ -z "$HOST" ]; then
70
HOST=$(./clang-$CLANG_MAJOR -dumpmachine | sed 's/-.*//')-w64-mingw32
71
fi
72
- for exec in clang clang++ gcc g++ cc c99 c11 c++ ar ranlib nm strings widl windres; do
+ for exec in clang clang++ gcc g++ cc c99 c11 c++ ar ranlib nm objcopy strings strip widl windres; do
73
ln -sf $HOST-$exec$EXEEXT $exec$EXEEXT
74
done
75
- for exec in ld objdump dlltool objcopy strip; do
+ for exec in ld objdump dlltool; do
76
ln -sf $HOST-$exec $exec
77
78
0 commit comments