summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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 845e7e154d..4e3f1ef0e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2331,6 +2331,9 @@ AS_CASE(["$rb_cv_fiber_coroutine"], [yes|''], [
[x64-mingw32], [
rb_cv_fiber_coroutine=win64
],
+ [powerpc64le-linux], [
+ rb_cv_fiber_coroutine=ppc64le
+ ],
[*], [
rb_cv_fiber_coroutine=
]