summaryrefslogtreecommitdiff
path: root/tests/fate.sh
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-03-16 21:26:58 +0100
committerMichael Niedermayer <michaelni@gmx.at>2015-03-16 21:27:23 +0100
commit6416dce490f7af291098caf8ccccbc2bc6804dce (patch)
tree2de20d78e832fd8c165c08c0e27a7740104ba1bc /tests/fate.sh
parent7c9ad3c4ea799be5b3ab315c7241eb5bbb4917ba (diff)
parentf01c77157789b8e3a59ed2c9646faf8299e41641 (diff)
Merge commit 'f01c77157789b8e3a59ed2c9646faf8299e41641'
* commit 'f01c77157789b8e3a59ed2c9646faf8299e41641': fate: add explicit support for the toolchain configure option Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/fate.sh')
-rwxr-xr-xtests/fate.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fate.sh b/tests/fate.sh
index 5a78018b42..81224b63be 100755
--- a/tests/fate.sh
+++ b/tests/fate.sh
@@ -51,6 +51,7 @@ configure()(
--enable-avresample \
${arch:+--arch=$arch} \
${cpu:+--cpu="$cpu"} \
+ ${toolchain:+--toolchain="$toolchain"} \
${cross_prefix:+--cross-prefix="$cross_prefix"} \
${as:+--as="$as"} \
${cc:+--cc="$cc"} \