summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/fate.texi1
-rwxr-xr-xtests/fate.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/fate.texi b/doc/fate.texi
index f076acdc05..ec279a2c89 100644
--- a/doc/fate.texi
+++ b/doc/fate.texi
@@ -126,6 +126,7 @@ build_only= # set to "yes" for a compile-only instance that skips tests
arch=
cpu=
cross_prefix=
+as=
cc=
target_os=
sysroot=
diff --git a/tests/fate.sh b/tests/fate.sh
index ac31c0f535..de59c22e26 100755
--- a/tests/fate.sh
+++ b/tests/fate.sh
@@ -48,6 +48,7 @@ configure()(
${arch:+--arch=$arch} \
${cpu:+--cpu="$cpu"} \
${cross_prefix:+--cross-prefix="$cross_prefix"} \
+ ${as:+--as="$as"} \
${cc:+--cc="$cc"} \
${ld:+--ld="$ld"} \
${target_os:+--target-os="$target_os"} \