diff options
Diffstat (limited to 'tools/syz-bisect')
| -rw-r--r-- | tools/syz-bisect/bisect.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/syz-bisect/bisect.go b/tools/syz-bisect/bisect.go index 00c1afb6e..b0a28fab0 100644 --- a/tools/syz-bisect/bisect.go +++ b/tools/syz-bisect/bisect.go @@ -51,6 +51,7 @@ type Config struct { // older versions of the kernel. For linux, it needs to include several // compiler versions. BinDir string `json:"bin_dir"` + Linker string `json:"linker"` Ccache string `json:"ccache"` KernelRepo string `json:"kernel_repo"` KernelBranch string `json:"kernel_branch"` @@ -100,6 +101,7 @@ func main() { Fix: *flagFix, DefaultCompiler: mycfg.Compiler, CompilerType: mycfg.CompilerType, + Linker: mycfg.Linker, BinDir: mycfg.BinDir, Ccache: mycfg.Ccache, Kernel: bisect.KernelConfig{ |
