diff options
author | Leah Rowe <leah@libreboot.org> | 2024-06-23 17:24:28 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-06-23 17:24:28 +0100 |
commit | 6468bdb3aa9501c2cc4abb38185dddb7bc779aa4 (patch) | |
tree | 7a31668100f4c6ea2dd5262e0c1cb8f6f58a992d /include/mrc.sh | |
parent | d5baaff0ec66a49ad3305a7f3d06ef4280fa00e0 (diff) |
trees: don't check if xgcc is already built
just run the make crossgcc command anyway.
coreboot's own build system checks itself, and much
more reliably, but the check is more thorough and a bit
slower.
in rare cases, lbmk may come into build issues with xgcc,
and if you run the build again, it will always fail every
time because the checks is based on whether the xgcc
directory exists, rather than checking each
individual crossgcc binary.
checking every binary is also possible, but as i said,
the coreboot build system already does that, so let's defer
to coreboot's own handling of it.
remove the directory check. this will slow down the build
process a little bit, but should improve reliability under
fault conditions.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/mrc.sh')
0 files changed, 0 insertions, 0 deletions