diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2020-01-13 18:21:22 +0000 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-01-14 16:16:46 +0000 |
commit | 09f35259a2aa9e0542e802077b325189c7ae8ef4 (patch) | |
tree | 450e7ba04f18235a019212a82435bc77214c5c59 | |
parent | a9ecd32ae49fe513adfa1ab65c0a834218003b83 (diff) | |
download | meta-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.bb | 4 |
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 | ||
12 | S = "${RPITOOLS_S}/armstubs" | 12 | S = "${RPITOOLS_S}/armstubs" |
13 | 13 | ||
14 | export CC7="${CC}" | ||
15 | export LD7="${LD}" | ||
16 | export OBJCOPY7="${OBJCOPY}" | ||
17 | export OBJDUMP7="${OBJDUMP}" | ||
14 | export CC8="${CC}" | 18 | export CC8="${CC}" |
15 | export LD8="${LD}" | 19 | export LD8="${LD}" |
16 | export OBJCOPY8="${OBJCOPY}" | 20 | export OBJCOPY8="${OBJCOPY}" |