projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef6ba1f
)
fate: Allow setting the ld parameter from the config file
author
Martin Storsjö
<martin@martin.st>
Wed, 5 Sep 2012 19:57:40 +0000
(22:57 +0300)
committer
Martin Storsjö
<martin@martin.st>
Thu, 6 Sep 2012 07:35:55 +0000
(10:35 +0300)
Signed-off-by: Martin Storsjö <martin@martin.st>
tests/fate.sh
patch
|
blob
|
history
diff --git
a/tests/fate.sh
b/tests/fate.sh
index
e04c871
..
86e4178
100755
(executable)
--- 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"} \