OSDN Git Service

Enable hardcoded tables for ia64 shared builds.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Wed, 28 Oct 2009 20:44:21 +0000 (20:44 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Wed, 28 Oct 2009 20:44:21 +0000 (20:44 +0000)
commit0956bc9b8373e7e0a7d1e00cf59811fb08aa2c20
treef800ace6d512122a22516d6124f15355eb67a991
parentf0125de9d12dcae05a6eefee04c10bef327de288
Enable hardcoded tables for ia64 shared builds.
At least for cross-compilation with Gentoo gcc 4.4.2 it fixes the build errors
due to GPREL 22 being insufficient for the .bss size of > 4 MB without it.
Why these errors do not appear with static builds is unclear, it is not due
to PIC (shared builds with PIC disabled show the same issue).

Originally committed as revision 20409 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure