[FFmpeg-cvslog] r20409 - trunk/configure
reimar
subversion
Wed Oct 28 21:44:21 CET 2009
Author: reimar
Date: Wed Oct 28 21:44:21 2009
New Revision: 20409
Log:
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).
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Wed Oct 28 21:19:15 2009 (r20408)
+++ trunk/configure Wed Oct 28 21:44:21 2009 (r20409)
@@ -1800,6 +1800,8 @@ case "$arch" in
arch="ia64"
enable fast_64bit
spic=$shared
+ # HACK: currently fails to build if .bss is > 4MB and shared libs are built
+ enabled shared && enable hardcoded_tables
;;
m68k)
arch="m68k"
More information about the ffmpeg-cvslog
mailing list