blob: 37cebdfaf372cf6d86c5cddcfd3d4aa07167f758 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- sandbox/features.gni.orig 2017-04-19 19:06:37 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
|