diff options
author | Martin Storsjö <martin@martin.st> | 2012-09-05 22:57:40 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-09-06 10:35:55 +0300 |
commit | 2b3660084f03c9dbf052e64229b3316ac40c0edf (patch) | |
tree | 6c957f4f418fc6f26601baa4665cedab061b4c49 /tests/fate.sh | |
parent | ef6ba1f2378ac1e40c3c1d606b4ace47ea119ac8 (diff) | |
download | ffmpeg-2b3660084f03c9dbf052e64229b3316ac40c0edf.tar.gz |
fate: Allow setting the ld parameter from the config file
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'tests/fate.sh')
-rwxr-xr-x | tests/fate.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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"} \ |