From 0ff3b392a93edd6c785c8d40fa03034529e92429 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Sun, 12 Mar 2017 16:07:33 +0100 Subject: buildgcc: Search for `xz` too MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I05d5f26f7cf9ab41b14aaecfe421b88ef9a2394a Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/18775 Tested-by: build bot (Jenkins) Reviewed-by: Idwer Vollering Reviewed-by: Philippe Mathieu-Daudé --- util/crossgcc/buildgcc | 1 + 1 file changed, 1 insertion(+) 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() { -- cgit v1.2.3