Commit 1338cc1a authored by James Almer's avatar James Almer

Merge commit '40d5df67'

* commit '40d5df67':
  configure: Add a comment about why we don't try to enable pic on arm on target_os=win32
Merged-by: 's avatarJames Almer <jamrial@gmail.com>
parents ce726e77 40d5df67
......@@ -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
......
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