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-14 16:16:46 +0000
commit09f35259a2aa9e0542e802077b325189c7ae8ef4 (patch)
tree450e7ba04f18235a019212a82435bc77214c5c59
parenta9ecd32ae49fe513adfa1ab65c0a834218003b83 (diff)
downloadmeta-raspberrypi-09f35259a2aa9e0542e802077b325189c7ae8ef4.tar.gz
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 <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}"