summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}"