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 0c7aac9 commit 5623fd2Copy full SHA for 5623fd2
wrappers/ld-wrapper.sh
@@ -3,22 +3,6 @@
3
DIR="$(cd "$(dirname "$0")" && pwd)"
4
export PATH="$DIR":"$PATH"
5
6
-if [ "$1" = "--help" ]; then
7
- cat<<EOF
8
-GNU ld impersonation
9
-We don't support the --enable-auto-import flag (it's enabled by default just
10
-like it is in GNU ld), but we do support the feature itself. Libtool may
11
-look for this flag.
12
-EOF
13
- exit 0
14
-fi
15
-if [ "$1" = "-v" ]; then
16
- # This isn't implemented in the lld mingw frontend, so don't
17
- # pass the -m <machine> option in this case.
18
- ld.lld -v
19
20
21
-
22
BASENAME="$(basename "$0")"
23
TARGET="${BASENAME%-*}"
24
DEFAULT_TARGET=x86_64-w64-mingw32
0 commit comments