diff options
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/syz-extract/linux.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/syz-extract/linux.go b/sys/syz-extract/linux.go index 0e7d73b28..a07d6a968 100644 --- a/sys/syz-extract/linux.go +++ b/sys/syz-extract/linux.go @@ -89,6 +89,8 @@ func (*linux) prepareArch(arch *Arch) error { // powerpc arch is configured to be big-endian by default, but we want little-endian powerpc. // Since all of our archs are little-endian for now, we just blindly switch it. "-d", "CPU_BIG_ENDIAN", "-e", "CPU_LITTLE_ENDIAN", + // s390 enables BTF in defconfig, but our packaged toolchains can't build it. + "-d", "DEBUG_INFO_BTF", // Without CONFIG_NETFILTER kernel does not build. "-e", "NETFILTER", // include/net/mptcp.h is the only header in kernel that guards some |
