summaryrefslogtreecommitdiff
path: root/tests/fate.sh
diff options
context:
space:
mode:
authorJanne Grunau <j@jannau.net>2015-02-26 22:04:12 +0100
committerJanne Grunau <janne-libav@jannau.net>2015-03-16 11:55:47 +0100
commitf01c77157789b8e3a59ed2c9646faf8299e41641 (patch)
treea109fdbf783f14f550fbb69c8dd8e4a74d679f89 /tests/fate.sh
parenta9d60c390f35f3954821bd635fd31bbb5036b29d (diff)
fate: add explicit support for the toolchain configure option
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 af0f6c025b..f9f8b95810 100755
--- a/tests/fate.sh
+++ b/tests/fate.sh
@@ -49,6 +49,7 @@ configure()(
--enable-gpl \
${arch:+--arch=$arch} \
${cpu:+--cpu="$cpu"} \
+ ${toolchain:+--toolchain="$toolchain"} \
${cross_prefix:+--cross-prefix="$cross_prefix"} \
${as:+--as="$as"} \
${cc:+--cc="$cc"} \