Commit 5abbeefd authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '5ddc9f50'

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