mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Try using arm32 implementation for fibers.
This commit is contained in:
parent
4275f09015
commit
518adcca0a
1 changed files with 3 additions and 0 deletions
|
@ -2272,6 +2272,9 @@ AS_CASE(["$rb_cv_fiber_coroutine"], [yes|''], [
|
||||||
[x64-mingw32], [
|
[x64-mingw32], [
|
||||||
rb_cv_fiber_coroutine=win64
|
rb_cv_fiber_coroutine=win64
|
||||||
],
|
],
|
||||||
|
[armv7*-linux-*], [
|
||||||
|
rb_cv_fiber_coroutine=arm32
|
||||||
|
],
|
||||||
[aarch64-linux], [
|
[aarch64-linux], [
|
||||||
rb_cv_fiber_coroutine=arm64
|
rb_cv_fiber_coroutine=arm64
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue