summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-11-11 16:58:15 -0300
committerJames Almer <jamrial@gmail.com>2017-11-11 16:58:15 -0300
commit1338cc1ac2933aed04ef3a6adc1f4c305e6b2435 (patch)
tree4a31a622e5a18e054152f8339159ee43b93df57d
parentce726e77579363fffa3233a865025a6790c9f924 (diff)
parent40d5df67d2c4e1f0dd1e902435567eb5edad6a9a (diff)
Merge commit '40d5df67d2c4e1f0dd1e902435567eb5edad6a9a'
* commit '40d5df67d2c4e1f0dd1e902435567eb5edad6a9a': configure: Add a comment about why we don't try to enable pic on arm on target_os=win32 Merged-by: James Almer <jamrial@gmail.com>
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 717ae61e24..b734c3f842 100755
--- a/configure
+++ b/configure
@@ -5481,6 +5481,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