summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJeremy Evans <[email protected]>2025-01-08 10:47:11 -0800
committerJeremy Evans <[email protected]>2025-01-09 07:41:04 -0800
commit5fab31b15e32622c4b71d1d347a41937e9f9c212 ()
treebdd2a20e269662a7c54aa2cabf4193c1cc93f084 /configure.ac
parent5045c666db6dc0824376ddd270b7e0b901acdf6c (diff)
Enable riscv64 coroutine on OpenBSD/riscv64
Notes: Merged: https://.com/ruby/ruby/pull/12534
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
@@ -2757,6 +2757,9 @@ AS_CASE([$coroutine_type], [yes|''], [
[aarch64-openbsd*], [
coroutine_type=arm64
],
[*-openbsd*], [
coroutine_type=pthread
],