diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2020-01-13 18:21:22 +0000 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-01-13 18:21:26 +0000 |
commit | 9e73a38462ae6f014f5d39b9576656e01b0c6761 (patch) | |
tree | f9e94d8e47e72f5c6bb2bc0a21be870fe219c380 | |
parent | 431165c42cb60a1a2f62175e4a4ee0c0dcdba63b (diff) | |
download | meta-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.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}" |