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 58aa35a9da..d78964f63b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2488,6 +2488,9 @@ AS_CASE([$coroutine_type], [yes|''], [
[powerpc64le-linux*], [
coroutine_type=ppc64le
],
+ [riscv64-linux*], [
+ rb_cv_coroutine=riscv64
+ ],
[x86_64-openbsd*], [
coroutine_type=amd64
],