summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2019-06-24 15:13:10 +1200
committerSamuel Williams <samuel.williams@oriontransfer.co.nz>2019-06-24 15:13:17 +1200
commit0e6396d2ac8bc3803742655896bb0fad70007dda (patch)
tree2029d2f312a233cea4fdeb3833c32c8bb4b86435 /configure.ac
parentabdbfebad11471e76e1e9756de7f9bc14bd30355 (diff)
Try using arm64 implementation for fibers.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 2f7e64751c..5f2fe6b6c1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2272,6 +2272,9 @@ AS_CASE(["$rb_cv_fiber_coroutine"], [yes|''], [
[x64-mingw32], [
rb_cv_fiber_coroutine=win64
],
+ [aarch64-linux], [
+ rb_cv_fiber_coroutine=arm64
+ ],
[powerpc64le-linux], [
rb_cv_fiber_coroutine=ppc64le
],