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:
parent
61b7f86248
commit
519a69b55c
Notes:
git
2020-04-01 11:49:36 +09:00
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue