From 09f35259a2aa9e0542e802077b325189c7ae8ef4 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Mon, 13 Jan 2020 18:21:22 +0000 Subject: armstubs: Define the new symbols use in Makefile The tools repository renamed the CC, LD etc symbols to CC7, LD7 etc. See: https://github.com/raspberrypi/tools/commit/b0c869bc929587a7e1d20a98e2dc828a24ca396a Signed-off-by: Andrei Gherzan --- recipes-bsp/armstubs/armstubs.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes-bsp/armstubs/armstubs.bb b/recipes-bsp/armstubs/armstubs.bb index 4318d9b..d8f3fe7 100644 --- a/recipes-bsp/armstubs/armstubs.bb +++ b/recipes-bsp/armstubs/armstubs.bb @@ -11,6 +11,10 @@ COMPATIBLE_MACHINE = "^rpi$" S = "${RPITOOLS_S}/armstubs" +export CC7="${CC}" +export LD7="${LD}" +export OBJCOPY7="${OBJCOPY}" +export OBJDUMP7="${OBJDUMP}" export CC8="${CC}" export LD8="${LD}" export OBJCOPY8="${OBJCOPY}" -- cgit v1.2.3-54-g00ecf