configure: Add a comment about why we don't try to enable pic on arm on target_os=win32

Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
Martin Storsjö 2017-10-12 11:08:32 +03:00
parent 0ca6640991
commit 40d5df67d2
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -4357,6 +4357,7 @@ EOF
.object_arch armv4
EOF
# MS armasm fails to assemble our PIC constructs
[ $target_os != win32 ] && enabled_all armv6t2 shared !pic && enable_weak_pic
elif enabled mips; then