Commit 4e8adb46 authored by mru's avatar mru

ARM: enable PIC for shared libs

Recent versions of gcc generate movw/movt pairs, and the linkers fail
to handle the associated relocations properly.  Those responsible at
Codesourcery have refused to consider fixing this.  Blame them for
making shared libraries slower than they need to be.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20203 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f2e34be1
......@@ -1758,6 +1758,7 @@ case "$arch" in
;;
arm|armv[4567]*l)
arch="arm"
spic=$shared
;;
avr32)
;;
......
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