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

ucontext doesn't exist in a musl-libc env; use native assembly

This commit is contained in:
Paul Jordan 2020-04-01 02:13:49 +01:00 committed by Samuel Williams
parent 61b7f86248
commit 519a69b55c
Notes: git 2020-04-01 11:49:36 +09:00

View file

@ -2353,8 +2353,8 @@ AS_CASE([$rb_cv_coroutine], [yes|''], [
[*86-mingw32], [
rb_cv_coroutine=win32
],
[armv7*-linux*], [
rb_cv_coroutine=ucontext
[arm*-linux*], [
rb_cv_coroutine=arm32
],
[aarch64-linux*], [
rb_cv_coroutine=arm64