aboutsummaryrefslogtreecommitdiffstats
path: root/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md')
-rw-r--r--docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md b/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md
index 1c2e2dd8f..18aacd7ce 100644
--- a/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md
+++ b/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md
@@ -120,7 +120,13 @@ Reboot the machine, and ensure that you can ssh from host to guest as.
## Build syzkaller
- make TARGETARCH=arm64 [CC=/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-g++]
+Build syzkaller as described [here](/docs/contributing.md), with `arm64` target:
+
+```
+CC=gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-g++
+make TARGETARCH=arm64
+```
+
## Modify your config file and start off syzkaller