Commit 40d5df67 authored by Martin Storsjö's avatar Martin Storsjö

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

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent 0ca66409
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment