ruby-changes:60611
From: Paul <ko1@a...>
Date: Wed, 1 Apr 2020 11:49:22 +0900 (JST)
Subject: [ruby-changes:60611] 519a69b55c (master): ucontext doesn't exist in a musl-libc env; use native assembly
https://git.ruby-lang.org/ruby.git/commit/?id=519a69b55c From 519a69b55c7c4a8c4f234f4d6ac7e4d018d3c42a Mon Sep 17 00:00:00 2001 From: Paul Jordan <paullj1@g...> Date: Wed, 1 Apr 2020 02:13:49 +0100 Subject: ucontext doesn't exist in a musl-libc env; use native assembly diff --git a/configure.ac b/configure.ac index 5bc9380..a054d16 100644 --- a/configure.ac +++ b/configure.ac @@ -2353,8 +2353,8 @@ AS_CASE([$rb_cv_coroutine], [yes|''], [ https://github.com/ruby/ruby/blob/trunk/configure.ac#L2353 [*86-mingw32], [ rb_cv_coroutine=win32 ], - [armv7*-linux*], [ - rb_cv_coroutine=ucontext + [arm*-linux*], [ + rb_cv_coroutine=arm32 ], [aarch64-linux*], [ rb_cv_coroutine=arm64 -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/