From c12caa32b2d9fd8f76b4268a835731935b1cd794 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Reimar=20D=C3=B6ffinger?= <Reimar.Doeffinger@gmx.de>
Date: Sat, 8 May 2010 16:32:05 +0000
Subject: [PATCH] Remove hardcoded-tables hack for IA-64: with latest binutils
 that now actually causes linking errors instead of avoiding them.

Originally committed as revision 23058 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 configure | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/configure b/configure
index 29aa5ec1a0e..108a13b38e4 100755
--- a/configure
+++ b/configure
@@ -2411,11 +2411,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"'
-- 
GitLab