mirror of
https://github.com/reactos/syzkaller.git
synced 2025-02-14 16:38:40 +00:00
sys/syz-extract define GENOFFSET when processing FreeBSD sources
This avoids the inclusion of offset.inc files.
This commit is contained in:
parent
b78c475a45
commit
a46bda82a4
@ -40,6 +40,7 @@ func (*freebsd) processFile(arch *Arch, info *compiler.ConstInfo) (map[string]ui
|
||||
args := []string{
|
||||
"-fmessage-length=0",
|
||||
"-nostdinc",
|
||||
"-DGENOFFSET",
|
||||
"-D_KERNEL",
|
||||
"-D__BSD_VISIBLE=1",
|
||||
"-I", filepath.Join(arch.sourceDir, "sys"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user