aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/bisect.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/bisect.md b/docs/bisect.md
index 4c87a98c5..667a9de39 100644
--- a/docs/bisect.md
+++ b/docs/bisect.md
@@ -22,6 +22,7 @@ Create a config file with following lines adjusted for your environment:
{
"bin_dir": "/home/syzkaller/bisect_bin",
"ccache": "/usr/bin/ccache",
+ "compiler_type": "gcc",
"kernel_repo": "git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git",
"kernel_branch": "master",
"syzkaller_repo": "https://github.com/google/syzkaller",