Attention is currently required from: Martin Roth. Hello build bot (Jenkins), Paul Menzel, HAOUAS Elyes,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/61515
to look at the new patch set (#2).
Change subject: util/crossgcc: Update this for normailze_dirs() ......................................................................
util/crossgcc: Update this for normailze_dirs()
Currently, the function normalize_dirs() fails if the directories lib32 and lib64 don't exist. That can be fixed by using an rm -rf on it instead of rmdir.
The cmake build doesn't create those directories, so was showing a failure message after the build was already completed. That's fixed by removing normailze_dirs() from the build_CMAKE() function.
Signed-off-by: Martin Roth gaumless@gmail.com Change-Id: Iea6e3ca57fb91ff1234be875861b27a78972d9ca --- M util/crossgcc/buildgcc 1 file changed, 1 insertion(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/15/61515/2