Lines Matching +full:- +full:nostdinc
19 …return fmt.Errorf("provide path to kernel checkout via -sourcedir flag (or make extract SOURCEDIR)…
22 return fmt.Errorf("freebsd requires -build flag")
41 "-fmessage-length=0",
42 "-nostdinc",
43 "-D_KERNEL",
44 "-D__BSD_VISIBLE=1",
45 "-I", filepath.Join(arch.sourceDir, "sys"),
46 "-I", filepath.Join(arch.sourceDir, "sys", "sys"),
47 "-I", filepath.Join(arch.sourceDir, "sys", "amd64"),
48 "-I", arch.buildDir,
51 args = append(args, "-I"+filepath.Join(arch.sourceDir, incdir))