summaryrefslogtreecommitdiff
path: root/recipes-benchmark/cpuburn/cpuburn-a53_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-benchmark/cpuburn/cpuburn-a53_git.bb')
-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() {