OSDN Git Service

ARM: enable PIC for shared libs
authorMåns Rullgård <mans@mansr.com>
Sun, 11 Oct 2009 10:15:45 +0000 (10:15 +0000)
committerMåns Rullgård <mans@mansr.com>
Sun, 11 Oct 2009 10:15:45 +0000 (10:15 +0000)
commit1fce58c2fc0348bfb906b11995af4fe38faebd8d
tree5355225c7610787d12dc75478190914c9fc915c2
parent9881d05d805d24d6a3b6158dcf3082a0f6498a5b
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
configure