Use native coroutine implementation on OpenBSD-amd64
When using native fibers, do not load ucontext, as it isn't needed.
This commit is contained in:
parent
24c4e6dec1
commit
7172ab0ec5
@ -2281,6 +2281,9 @@ AS_CASE(["$rb_cv_fiber_coroutine"], [yes|''], [
|
||||
[powerpc64le-linux], [
|
||||
rb_cv_fiber_coroutine=ppc64le
|
||||
],
|
||||
[x86_64-openbsd*], [
|
||||
rb_cv_fiber_coroutine=amd64
|
||||
],
|
||||
[*-openbsd*], [
|
||||
rb_cv_fiber_coroutine=
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user