summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Ogden <benie.ogden@linaro.org>2014-06-20 21:56:31 +0100
committerBernard Ogden <benie.ogden@linaro.org>2014-06-20 21:56:31 +0100
commitc652faadaf90cba72196d9098111675e0eb94253 (patch)
tree85c0493d21549a7726f3e9afb67312813ce8f919
parent740f6777e4e86bbb165faacf438733452f65749b (diff)
Do not try to generate configure
Doesn't seem to work on the lava targets. Committed a pregenerated configure instead.
-rwxr-xr-xcortex-strings-bench.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/cortex-strings-bench.sh b/cortex-strings-bench.sh
index 45d46ad..3cde617 100755
--- a/cortex-strings-bench.sh
+++ b/cortex-strings-bench.sh
@@ -28,7 +28,6 @@ run "git clone -b bench_all_variants git://git.linaro.org/people/bernie.ogden/co
run "git clone git://git.linaro.org/people/bernie.ogden/kernel_module"
run "cd kernel_module && make ARCH=arm EXTRA_CFLAGS=$3 -C /usr/src/linux-headers-$(uname -r) SUBDIRS=\$PWD modules && insmod modex.ko"
run "mkdir cortex-strings-build"
-run "cd cortex-strings && ./autogen.sh"
run "cd cortex-strings-build && CFLAGS=$3 ../cortex-strings/configure && make -j -l $cores"
run "${topdir}/controlled_run.sh \"date && cat /dev/modex && cd ${topdir}/cortex-strings-build && python ../cortex-strings/scripts/bench.py -f $1 -v $2 && cat /dev/modex && date\" > controlled_stdout 2> controlled_stderr"
run "rmmod modex"