git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fate.sh: Allow specifying --as via a specific variable
[ffmpeg.git]
/
tests
/
fate.sh
diff --git
a/tests/fate.sh
b/tests/fate.sh
index
ac31c0f
..
de59c22
100755
(executable)
--- a/
tests/fate.sh
+++ b/
tests/fate.sh
@@
-48,6
+48,7
@@
configure()(
${arch:+--arch=$arch} \
${cpu:+--cpu="$cpu"} \
${cross_prefix:+--cross-prefix="$cross_prefix"} \
+ ${as:+--as="$as"} \
${cc:+--cc="$cc"} \
${ld:+--ld="$ld"} \
${target_os:+--target-os="$target_os"} \