1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Enable native fiber coroutines on i386-openbsd

This commit is contained in:
Jeremy Evans 2019-07-01 11:44:12 -07:00
parent 005dadf3c1
commit 81fe82be4e

View file

@ -2284,6 +2284,9 @@ AS_CASE(["$rb_cv_fiber_coroutine"], [yes|''], [
[x86_64-openbsd*], [
rb_cv_fiber_coroutine=amd64
],
[i386-openbsd*], [
rb_cv_fiber_coroutine=x86
],
[*-openbsd*], [
rb_cv_fiber_coroutine=
],