diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2016-08-26 07:33:13 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2016-08-26 07:33:13 +0200 |
| commit | 04fb414b499c660ade7fe8eb427f432c7c7d8b86 (patch) | |
| tree | d84e1760707350a4a39fa68f8442ee85246cecf6 | |
| parent | 0d0fbbe73f5b02bfeac0aedd0b6b9e8417ab0b0f (diff) | |
extract.sh: add a comment with required package names
| -rwxr-xr-x | extract.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
