mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-27 05:10:43 +00:00
d7f9fffab3
Allow targets.go use Clang instead of the default Linux compiler by setting the SYZ_CLANG=1 env var. Doing so changes the compiler to "clang" and the linker to "ld.ldd", assuming they are in $PATH, and adds the --target and -ferror-limit CFLAGS. Target also exports KernelCompiler and KernelLinker fields now, which allows overriding the compiler and linker in the kernel make invocation. Signed-off-by: Alexander Potapenko <glider@google.com> |
||
---|---|---|
.. | ||
akaros.go | ||
extract.go | ||
fetch.go | ||
freebsd.go | ||
fuchsia.go | ||
linux.go | ||
netbsd.go | ||
openbsd.go | ||
trusty.go | ||
windows.go |