Commit 9a37fed6 authored by reimar's avatar reimar

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).


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20409 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 875ea807
...@@ -1800,6 +1800,8 @@ case "$arch" in ...@@ -1800,6 +1800,8 @@ case "$arch" in
arch="ia64" arch="ia64"
enable fast_64bit enable fast_64bit
spic=$shared spic=$shared
# HACK: currently fails to build if .bss is > 4MB and shared libs are built
enabled shared && enable hardcoded_tables
;; ;;
m68k) m68k)
arch="m68k" arch="m68k"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment