summaryrefslogtreecommitdiff
path: root/package/gstreamer/gstreamer/gstreamer.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-11-23 17:48:53 +0100
committerPeter Korsgaard <peter@korsgaard.com>2015-11-26 22:33:18 +0100
commit0885724fbeea6728b3503139d53b013394da7ed1 (patch)
tree98c52777279d67e379e40adca6f61ad467588c3f /package/gstreamer/gstreamer/gstreamer.mk
parentba60acfc58f644f4d77c70b8913acf59bff20ba7 (diff)
jimtcl: fix sparc64 compile
It is general safe to use -fPIC for all architectures. -fpic breaks sparc64 compile. Generally gcc just optimize position independent code for m68k, powerpc and sparc with -fpic. The size differences are minimal, f.e. for powerpc: text data bss dec hex filename 235983 5336 684 242003 3b153 output/target/usr/lib/libjim.0.75 236255 8456 684 245395 3be93 output/target/usr/lib/libjim.so.0.75 So instead of keeping special settings for sparc64 it would be better to always use -fPIC in general. Runtime tested on Qemu ARM, MIPS, PPC and SPARC64. Fixes: http://autobuild.buildroot.net/results/98f391ad13f22828c022f185c0166daabdb4c1ad/ [Peter: tweak comment as suggested by Thomas] Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gstreamer/gstreamer/gstreamer.mk')
0 files changed, 0 insertions, 0 deletions