From d7b9b66abb251b20c3e838bb8365f0c0251134d7 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Tue, 28 May 2013 23:00:54 +0300 Subject: fate.sh: Allow specifying --as via a specific variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This simplifies specifying a value containing spaces for this parameter. Signed-off-by: Martin Storsjö --- 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 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"} \ -- cgit v1.2.3