From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Zhong Lu Date: Tue, 31 Jul 2018 19:11:05 +0800 Message-ID: <1533035465-7672-1-git-send-email-zhongl.fnst@cn.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Fuego] [PATCH] Benchmark.bonnie: with make mode List-Id: Mailing list for the Fuego test framework List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: fuego@lists.linuxfoundation.org Details: only do dynamic make, as board lack of static library. Signed-off-by: Zhong Lu --- engine/tests/Benchmark.bonnie/fuego_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/tests/Benchmark.bonnie/fuego_test.sh b/engine/tests/Benchmark.bonnie/fuego_test.sh index 8711750..df98143 100755 --- a/engine/tests/Benchmark.bonnie/fuego_test.sh +++ b/engine/tests/Benchmark.bonnie/fuego_test.sh @@ -15,7 +15,7 @@ function test_build { if [ -z "$PROGRAM_BONNIE" ]; then patch <$TEST_HOME/fix-nogroup-gid-if.patch ./configure --host=$HOST --build=`uname -m`-linux-gnu; - LFLAGS="-static" make + make else echo "Skipping build phase, bonnie++ is already on the target" fi -- 2.7.4