Skip to content
Snippets Groups Projects
Commit 769f18f2 authored by Alper Nebi Yasak's avatar Alper Nebi Yasak
Browse files

build/roms: Fix building for ARMv7 and AArch64 boards


The code that compiles coreboot crossgcc changes the working directory
to the coreboot directory, and the following code cannot find the lbmk
scripts that it needs to run. Compile ARMv7 and AArch64 cross compilers
in a subshell like in the x86 case so the rest of the script can work.

Signed-off-by: default avatarAlper Nebi Yasak <alpernebiyasak@gmail.com>
parent 9bfbdb59
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment