Module: libav Branch: master Commit: 2b3660084f03c9dbf052e64229b3316ac40c0edf
Author: Martin Storsjö <[email protected]> Committer: Martin Storsjö <[email protected]> Date: Wed Sep 5 22:57:40 2012 +0300 fate: Allow setting the ld parameter from the config file Signed-off-by: Martin Storsjö <[email protected]> --- tests/fate.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tests/fate.sh b/tests/fate.sh index e04c871..86e4178 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"} \ _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
