summaryrefslogtreecommitdiff
path: root/recipes-benchmark
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-05-20 18:25:39 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-05-22 10:04:19 +0200
commit52ed8b4f4655a38ea77ea62473d1349dff32d48a (patch)
tree07dbfdf53a950b94a9b4a20755d6de3bc33af663 /recipes-benchmark
parent2e99a4017a3bc92402ecac9afc3159d29ba637aa (diff)
cpuburn-a53: don't link with static
This reduces the binary from 400 to 4k. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-benchmark')
-rw-r--r--recipes-benchmark/cpuburn/cpuburn-a53_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-benchmark/cpuburn/cpuburn-a53_git.bb b/recipes-benchmark/cpuburn/cpuburn-a53_git.bb
index 331c8c7..f8f3d03 100644
--- a/recipes-benchmark/cpuburn/cpuburn-a53_git.bb
+++ b/recipes-benchmark/cpuburn/cpuburn-a53_git.bb
@@ -28,7 +28,7 @@ do_compile() {
}
do_compile_aarch64() {
- ${CC} ${CFLAGS} ${LDFLAGS} --static cpuburn-a53.S -o burn-a53
+ ${CC} ${CFLAGS} ${LDFLAGS} cpuburn-a53.S -o burn-a53
}
do_install() {