buildgcc: Search for `xz` too
Change-Id: I05d5f26f7cf9ab41b14aaecfe421b88ef9a2394a Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/18775 Tested-by: build bot (Jenkins) Reviewed-by: Idwer Vollering <vidwer@gmail.com> Reviewed-by: Philippe Mathieu-Daudé <philippe.mathieu.daude@gmail.com>
This commit is contained in:
parent
1b69d73530
commit
0ff3b392a9
|
@ -882,6 +882,7 @@ searchtool g++ "Free Software Foundation" nofail > /dev/null || \
|
|||
searchtool clang "clang version" nofail > /dev/null || \
|
||||
searchtool clang "LLVM" "" "g++" > /dev/null
|
||||
searchtool bzip2 "bzip2," > /dev/null
|
||||
searchtool xz "XZ Utils" "" "xz-utils" > /dev/null
|
||||
|
||||
if searchtool wget "GNU" nofail > /dev/null; then
|
||||
download_showing_percentage() {
|
||||
|
|
Loading…
Reference in New Issue