summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2017-10-12 11:08:32 +0300
committerMartin Storsjö <martin@martin.st>2017-10-12 21:49:16 +0300
commit40d5df67d2c4e1f0dd1e902435567eb5edad6a9a (patch)
tree339c7f9642c2805ab5276ea6f8e2c1e3f427c2f8
parent0ca66409911e9fba940424be8bdfa54e056b0a4b (diff)
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>
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 96b99b0501..9b0b95a69e 100755
--- a/configure
+++ b/configure
@@ -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