Skip to content

Commit

Permalink
Bug 1663550 - Enable sandbox on Linux/arm and Linux/arm64. r=gcp,glan…
Browse files Browse the repository at this point in the history
  • Loading branch information
jld committed Sep 16, 2020
1 parent cd985e9 commit 9cca235
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions old-configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -1968,9 +1968,9 @@ WINNT|Darwin|OpenBSD)
;;
Linux)
case $CPU_ARCH in
x86_64|x86)
x86_64|x86|arm|aarch64)
;;
# Linux sandbox is only available on x86 and x86_64.
# Linux sandbox is only available on x86{,_64} and arm{,64}.
*)
MOZ_SANDBOX=
;;
Expand Down

0 comments on commit 9cca235

Please sign in to comment.