Browse Source

fate: add explicit support for the toolchain configure option

tags/n2.7
Janne Grunau Janne Grunau 10 years ago
parent
commit
f01c771577
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      tests/fate.sh

+ 1
- 0
tests/fate.sh 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"} \


Loading…
Cancel
Save