From f01c77157789b8e3a59ed2c9646faf8299e41641 Mon Sep 17 00:00:00 2001 From: Janne Grunau Date: Thu, 26 Feb 2015 22:04:12 +0100 Subject: fate: add explicit support for the toolchain configure option --- tests/fate.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/fate.sh') diff --git a/tests/fate.sh b/tests/fate.sh index af0f6c025b..f9f8b95810 100755 --- a/tests/fate.sh +++ b/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"} \ -- cgit v1.2.3