mirror of
https://github.com/reactos/syzkaller.git
synced 2025-02-23 21:22:56 +00:00
sys/targets: use g++ as preprocessor on freebsd
As per: https://github.com/google/syzkaller/pull/844#issuecomment-443509014
This commit is contained in:
parent
7dcaeaf322
commit
31677db602
@ -280,7 +280,7 @@ var oses = map[string]osCommon{
|
||||
ExecutorUsesShmem: true,
|
||||
ExecutorUsesForkServer: true,
|
||||
KernelObject: "vmlinux",
|
||||
CPP: "cpp",
|
||||
CPP: "g++",
|
||||
},
|
||||
"netbsd": {
|
||||
SyscallNumbers: true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user