fate: add explicit support for the toolchain configure option

This commit is contained in:
Janne Grunau 2015-02-26 22:04:12 +01:00 committed by Janne Grunau
parent a9d60c390f
commit f01c771577
1 changed files with 1 additions and 0 deletions

View File

@ -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"} \