From 52ed8b4f4655a38ea77ea62473d1349dff32d48a Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 20 May 2019 18:25:39 +0200 Subject: cpuburn-a53: don't link with static This reduces the binary from 400 to 4k. Signed-off-by: Max Krummenacher --- recipes-benchmark/cpuburn/cpuburn-a53_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- cgit v1.2.3