summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2020-01-13 18:21:22 +0000
committerAndrei Gherzan <andrei@gherzan.ro>2020-01-13 18:21:26 +0000
commit9e73a38462ae6f014f5d39b9576656e01b0c6761 (patch)
treef9e94d8e47e72f5c6bb2bc0a21be870fe219c380
parent431165c42cb60a1a2f62175e4a4ee0c0dcdba63b (diff)
downloadmeta-raspberrypi-ag/tools.tar.gz
armstubs: Define the new symbols use in Makefileag/tools
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 <andrei@gherzan.ro>
-rw-r--r--recipes-bsp/armstubs/armstubs.bb4
1 files changed, 4 insertions, 0 deletions
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$"
11 11
12S = "${RPITOOLS_S}/armstubs" 12S = "${RPITOOLS_S}/armstubs"
13 13
14export CC7="${CC}"
15export LD7="${LD}"
16export OBJCOPY7="${OBJCOPY}"
17export OBJDUMP7="${OBJDUMP}"
14export CC8="${CC}" 18export CC8="${CC}"
15export LD8="${LD}" 19export LD8="${LD}"
16export OBJCOPY8="${OBJCOPY}" 20export OBJCOPY8="${OBJCOPY}"