diff options
author | Nico Huber <nico.h@gmx.de> | 2017-03-12 16:07:33 +0100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-03-14 16:59:45 +0100 |
commit | 0ff3b392a93edd6c785c8d40fa03034529e92429 (patch) | |
tree | bb0abbdaf731ca68c3b77e077e38394d07015f41 /util/crossgcc | |
parent | 1b69d73530b89fd35c417de4b316bada3bc5f904 (diff) | |
download | coreboot-0ff3b392a93edd6c785c8d40fa03034529e92429.tar.xz |
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>
Diffstat (limited to 'util/crossgcc')
-rwxr-xr-x | util/crossgcc/buildgcc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 1a7f61c086..24fd87ed04 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -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() { |