From 04fb414b499c660ade7fe8eb427f432c7c7d8b86 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 26 Aug 2016 07:33:13 +0200 Subject: extract.sh: add a comment with required package names --- extract.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extract.sh b/extract.sh index 405711016..eb6bb5a21 100755 --- a/extract.sh +++ b/extract.sh @@ -2,6 +2,9 @@ # Copyright 2015 syzkaller project authors. All rights reserved. # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. +# Assuming x86 host, you also need to install: +# sudo apt-get install gcc-aarch64-linux-gnu gcc-powerpc64le-linux-gnu + if [ "$LINUX" == "" ]; then echo "usage: make extract LINUX=/linux/checkout]" exit 1 -- cgit mrf-deployment