Commit 1944d532 authored by Luca Barbato's avatar Luca Barbato

ppc: always use pic for shared libraries

CC: libav-stable@libav.org
parent 62641dce
......@@ -2730,6 +2730,7 @@ case "$arch" in
;;
ppc)
check_64bit ppc ppc64 'sizeof(void *) > 4'
spic=$shared
;;
sparc)
check_64bit sparc sparc64 'sizeof(void *) > 4'
......
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