Browse Source

Remove hardcoded-tables hack for IA-64: with latest binutils that now actually

causes linking errors instead of avoiding them.


backport r23058 by reimar


Originally committed as revision 23188 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
tags/v0.6
Reinhard Tartler 15 years ago
parent
commit
dc04fb36d7
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      configure

+ 0
- 5
configure View File

@@ -2406,11 +2406,6 @@ EOF

enabled_all armv6t2 shared !pic && enable_pic

elif enabled ia64; then

# HACK: currently fails to build if .bss is > 4MB and shared libs are built
enabled shared && enable_weak hardcoded_tables

elif enabled mips; then

check_asm loongson '"dmult.g $1, $2, $3"'


Loading…
Cancel
Save