Commit 1603c9bd authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '2aa33254'

* commit '2aa33254':
  configure: arm: Don't try to enable pic for shared libraries on win32
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 0f88a98b 2aa33254
......@@ -3795,7 +3795,7 @@ EOF
check_inline_asm asm_mod_q '"add r0, %Q0, %R0" :: "r"((long long)0)'
check_inline_asm asm_mod_y '"vmul.i32 d0, d0, %y0" :: "x"(0)'
enabled_all armv6t2 shared !pic && enable_weak_pic
[ $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