From deef5fbc83e37ac11b9513d3e146b03b8c0b7d45 Mon Sep 17 00:00:00 2001 From: Willem de Bruijn Date: Wed, 3 Jul 2019 12:47:40 -0400 Subject: docs/linux: add references to syzkaller build instructions In the various linux build instructions, add pointers to the main doc with instructions for building syzkaller. These instructions were present before commit d23e90a7b44b ("all: switch to Go 1.12"). They were duplicated across files. Since the commit the instructions are in one place. Make it easier to find them from the platform-specific setup guides. Also clarify in the x86_64 guide that using a precompiled compiler from the supplied list is optional if the distribution provided compiler is recent enough. Before commit d28f4ce ("Update setup_ubuntu-host_qemu-vm_x86-64-kernel.md") the file had explicit build instructions. Those are no longer needed. --- docs/linux/setup_ubuntu-host_android-device_arm32-kernel.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/linux/setup_ubuntu-host_android-device_arm32-kernel.md') diff --git a/docs/linux/setup_ubuntu-host_android-device_arm32-kernel.md b/docs/linux/setup_ubuntu-host_android-device_arm32-kernel.md index 1c479c8b0..b193aa212 100644 --- a/docs/linux/setup_ubuntu-host_android-device_arm32-kernel.md +++ b/docs/linux/setup_ubuntu-host_android-device_arm32-kernel.md @@ -17,7 +17,8 @@ If feasible, recompile and reinstall the Linux kernel with any debugging options ## Build syzkaller executables -Run make. +Build syzkaller as described [here](/docs/contributing.md), with `arm` target: + ``` make TARGETOS=linux TARGETARCH=arm ``` -- cgit mrf-deployment