From 68e580402272cea7f98145c3c562cab565a37046 Mon Sep 17 00:00:00 2001 From: Lars Kanis Date: Sat, 6 Jul 2019 14:32:39 +0200 Subject: Add coroutine context switch for i386-mingw32 It's essentially a translation of Context.asm from Intel to AT&T syntax. --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ce2630dd9d..bc678cdc2d 100644 --- a/configure.ac +++ b/configure.ac @@ -2273,6 +2273,9 @@ AS_CASE(["$rb_cv_fiber_coroutine"], [yes|''], [ [x64-mingw32], [ rb_cv_fiber_coroutine=win64 ], + [*86-mingw32], [ + rb_cv_fiber_coroutine=win32 + ], [armv7*-linux-*], [ rb_cv_fiber_coroutine=ucontext ], -- cgit v1.2.3