1
0
Fork 0
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:
Samuel Williams 2019-06-24 19:09:16 +12:00
parent 4275f09015
commit 518adcca0a

View file

@ -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
], ],