blob: 6d98e072fc370c94a3c02a00a8818eb161bbdf3a (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- sandbox/features.gni.orig 2017-03-09 20:04:36 UTC
+++ sandbox/features.gni
@@ -11,6 +11,6 @@ import("//build/config/nacl/config.gni")
use_seccomp_bpf =
(is_linux || is_android) &&
(current_cpu == "x86" || current_cpu == "x64" || current_cpu == "arm" ||
- current_cpu == "arm64" || current_cpu == "mipsel")
+ current_cpu == "arm64" || current_cpu == "mipsel") && !is_bsd
use_seccomp_bpf = use_seccomp_bpf || is_nacl_nonsfi
|