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:
parent
005dadf3c1
commit
81fe82be4e
1 changed files with 3 additions and 0 deletions
|
@ -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=
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue