Commit ddd3301b authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '4b476e6a' into release/2.2

* commit '4b476e6a':
  configure: enable PIC on s390(x)
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 12398193 4b476e6a
...@@ -3661,6 +3661,10 @@ case "$arch" in ...@@ -3661,6 +3661,10 @@ case "$arch" in
check_64bit ppc ppc64 'sizeof(void *) > 4' check_64bit ppc ppc64 'sizeof(void *) > 4'
spic=$shared spic=$shared
;; ;;
s390)
check_64bit s390 s390x 'sizeof(void *) > 4'
spic=$shared
;;
sparc) sparc)
check_64bit sparc sparc64 'sizeof(void *) > 4' check_64bit sparc sparc64 'sizeof(void *) > 4'
spic=$shared spic=$shared
......
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