mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
armstubs: Define the new symbols use in Makefile
The tools repository renamed the CC, LD etc symbols to CC7, LD7 etc.
See:
b0c869bc92
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
parent
a9ecd32ae4
commit
09f35259a2
|
@ -11,6 +11,10 @@ COMPATIBLE_MACHINE = "^rpi$"
|
||||||
|
|
||||||
S = "${RPITOOLS_S}/armstubs"
|
S = "${RPITOOLS_S}/armstubs"
|
||||||
|
|
||||||
|
export CC7="${CC}"
|
||||||
|
export LD7="${LD}"
|
||||||
|
export OBJCOPY7="${OBJCOPY}"
|
||||||
|
export OBJDUMP7="${OBJDUMP}"
|
||||||
export CC8="${CC}"
|
export CC8="${CC}"
|
||||||
export LD8="${LD}"
|
export LD8="${LD}"
|
||||||
export OBJCOPY8="${OBJCOPY}"
|
export OBJCOPY8="${OBJCOPY}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user