From d7b9b66abb251b20c3e838bb8365f0c0251134d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Tue, 28 May 2013 23:00:54 +0300 Subject: [PATCH 1/2] 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ö --- doc/fate.texi | 1 + tests/fate.sh | 1 + 2 files changed, 2 insertions(+) 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"} \ From a51161ed9892a8f932955ab8dac25e5c7f112a46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Tue, 28 May 2013 23:03:25 +0300 Subject: [PATCH 2/2] doc: Mention the target_samples and ld variables for fate configs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- doc/fate.texi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/fate.texi b/doc/fate.texi index ec279a2c89..67349aadea 100644 --- a/doc/fate.texi +++ b/doc/fate.texi @@ -128,10 +128,12 @@ cpu= cross_prefix= as= cc= +ld= target_os= sysroot= target_exec= target_path= +target_samples= extra_cflags= extra_ldflags= extra_libs=