summaryrefslogtreecommitdiff
path: root/erts/configure
diff options
context:
space:
mode:
authorJohn Högberg <john@erlang.org>2022-03-07 16:41:54 +0100
committerJohn Högberg <john@erlang.org>2022-03-07 16:41:54 +0100
commit8563210bdfd01c992e2aa3d7e66cae512d49b4de (patch)
tree0aad701745e9b21fd4542f2ff100e431fb7b7b5b /erts/configure
parent055c02552d986e5ab33ca6005714956ca21e3b9f (diff)
downloaderlang-8563210bdfd01c992e2aa3d7e66cae512d49b4de.tar.gz
Update configure scripts
Diffstat (limited to 'erts/configure')
-rwxr-xr-xerts/configure5
1 files changed, 5 insertions, 0 deletions
diff --git a/erts/configure b/erts/configure
index c49cb06155..6add5379dd 100755
--- a/erts/configure
+++ b/erts/configure
@@ -24154,6 +24154,11 @@ printf "%s\n" "#define NATIVE_ERLANG_STACK /**/" >>confdefs.h
fi
;;
+ arm)
+ # ARM JIT doesn't support native stack due to its 16-byte alignment
+ # requirement.
+ enable_native_stack=no
+ ;;
*)
;;
esac