Enable riscv64 coroutine on OpenBSD/riscv64

This commit is contained in:
Jeremy Evans 2025-01-08 10:47:11 -08:00
parent 5045c666db
commit 5fab31b15e
Notes: git 2025-01-09 15:41:24 +00:00

View File

@ -2757,6 +2757,9 @@ AS_CASE([$coroutine_type], [yes|''], [
[aarch64-openbsd*], [ [aarch64-openbsd*], [
coroutine_type=arm64 coroutine_type=arm64
], ],
[riscv64-openbsd*], [
coroutine_type=riscv64
],
[*-openbsd*], [ [*-openbsd*], [
coroutine_type=pthread coroutine_type=pthread
], ],