提交 1fce58c2 编写于 作者: M Måns Rullgård

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.

Originally committed as revision 20203 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 9881d05d
......@@ -1758,6 +1758,7 @@ case "$arch" in
;;
arm|armv[4567]*l)
arch="arm"
spic=$shared
;;
avr32)
;;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册