fate: add explicit support for the toolchain configure option

pull/125/head
Janne Grunau 10 years ago committed by Janne Grunau
parent a9d60c390f
commit f01c771577
  1. 1
      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"} \

Loading…
Cancel
Save