All of lore.kernel.org
 help / color / mirror / Atom feed
* [Fuego] [PATCH] Benchmark.bonnie: with make mode
@ 2018-07-31 11:11 Zhong Lu
  2018-09-01  1:07 ` Tim.Bird
  0 siblings, 1 reply; 3+ messages in thread
From: Zhong Lu @ 2018-07-31 11:11 UTC (permalink / raw)
  To: fuego

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




^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-09-03  2:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-31 11:11 [Fuego] [PATCH] Benchmark.bonnie: with make mode Zhong Lu
2018-09-01  1:07 ` Tim.Bird
2018-09-03  2:22   ` [Fuego] 答复: " zhongl.fnst

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.