Browse code

Merge commit 'f01c77157789b8e3a59ed2c9646faf8299e41641'

* commit 'f01c77157789b8e3a59ed2c9646faf8299e41641':
fate: add explicit support for the toolchain configure option

Merged-by: Michael Niedermayer <michaelni@gmx.at>

Michael Niedermayer authored on 2015/03/17 05:26:58
Showing 1 changed files
... ...
@@ -51,6 +51,7 @@ configure()(
51 51
         --enable-avresample                                             \
52 52
         ${arch:+--arch=$arch}                                           \
53 53
         ${cpu:+--cpu="$cpu"}                                            \
54
+        ${toolchain:+--toolchain="$toolchain"}                          \
54 55
         ${cross_prefix:+--cross-prefix="$cross_prefix"}                 \
55 56
         ${as:+--as="$as"}                                               \
56 57
         ${cc:+--cc="$cc"}                                               \