All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zhong Lu <zhongl.fnst@cn.fujitsu.com>
To: fuego@lists.linuxfoundation.org
Subject: [Fuego] [PATCH] Benchmark.bonnie: with make mode
Date: Tue, 31 Jul 2018 19:11:05 +0800	[thread overview]
Message-ID: <1533035465-7672-1-git-send-email-zhongl.fnst@cn.fujitsu.com> (raw)

Details: only do dynamic make, as board lack of static library.

Signed-off-by: Zhong Lu <zhongl.fnst@cn.fujitsu.com>
---
 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




             reply	other threads:[~2018-07-31 11:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-31 11:11 Zhong Lu [this message]
2018-09-01  1:07 ` [Fuego] [PATCH] Benchmark.bonnie: with make mode Tim.Bird
2018-09-03  2:22   ` [Fuego] 答复: " zhongl.fnst

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1533035465-7672-1-git-send-email-zhongl.fnst@cn.fujitsu.com \
    --to=zhongl.fnst@cn.fujitsu.com \
    --cc=fuego@lists.linuxfoundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.