From 2b3660084f03c9dbf052e64229b3316ac40c0edf Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Wed, 5 Sep 2012 22:57:40 +0300 Subject: fate: Allow setting the ld parameter from the config file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- tests/fate.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/fate.sh b/tests/fate.sh index e04c8710d7..86e4178c50 100755 --- a/tests/fate.sh +++ b/tests/fate.sh @@ -49,6 +49,7 @@ configure()( ${cpu:+--cpu="$cpu"} \ ${cross_prefix:+--cross-prefix="$cross_prefix"} \ ${cc:+--cc="$cc"} \ + ${ld:+--ld="$ld"} \ ${target_os:+--target-os="$target_os"} \ ${sysroot:+--sysroot="$sysroot"} \ ${target_exec:+--target-exec="$target_exec"} \ -- cgit v1.2.3