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
@ -2757,6 +2757,9 @@ AS_CASE([$coroutine_type], [yes|''], [
|
||||
[aarch64-openbsd*], [
|
||||
coroutine_type=arm64
|
||||
],
|
||||
[riscv64-openbsd*], [
|
||||
coroutine_type=riscv64
|
||||
],
|
||||
[*-openbsd*], [
|
||||
coroutine_type=pthread
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user