mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Enable riscv64 coroutine on OpenBSD/riscv64
This commit is contained in:
parent
5045c666db
commit
5fab31b15e
Notes:
git
2025-01-09 15:41:24 +00:00
1 changed files with 3 additions and 0 deletions
|
@ -2757,6 +2757,9 @@ AS_CASE([$coroutine_type], [yes|''], [
|
|||
[aarch64-openbsd*], [
|
||||
coroutine_type=arm64
|
||||
],
|
||||
[riscv64-openbsd*], [
|
||||
coroutine_type=riscv64
|
||||
],
|
||||
[*-openbsd*], [
|
||||
coroutine_type=pthread
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue