aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
],