From 1fce58c2fc0348bfb906b11995af4fe38faebd8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= <mans@mansr.com> Date: Sun, 11 Oct 2009 10:15:45 +0000 Subject: [PATCH] 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 8c4d767b0d8..92bc1ae04c7 100755 --- a/configure +++ b/configure @@ -1758,6 +1758,7 @@ case "$arch" in ;; arm|armv[4567]*l) arch="arm" + spic=$shared ;; avr32) ;; -- GitLab