From 8f59da855207b5e271f826f37e246b6e27b8c9d0 Mon Sep 17 00:00:00 2001 From: Maxime Hadjinlian Date: Sun, 4 Oct 2015 13:35:08 +0200 Subject: [PATCH] toolchain: Fix glibc breakage Introduced by previous patch 0f75b2635ee564fbbdb9ea631cf39fa8731d6d6c, this printf would break the build of glibc, because there is no format to printf: printf: usage: printf [-v var] format [arguments] Signed-off-by Maxime Hadjinlian Reported-by: "Yann E. MORIN" Acked-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- toolchain/helpers.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/toolchain/helpers.mk b/toolchain/helpers.mk index a4fa815e36..1452ec6917 100644 --- a/toolchain/helpers.mk +++ b/toolchain/helpers.mk @@ -79,9 +79,7 @@ copy_toolchain_lib_root = \ fi ; \ LIBPATH="`readlink -f $${LIBPATH}`"; \ done; \ - done; \ -\ - printf + done # # Copy the full external toolchain sysroot directory to the staging