From 81fe82be4e5040b314717e8d6f9ba12de222b6e6 Mon Sep 17 00:00:00 2001 From: Jeremy Evans Date: Mon, 1 Jul 2019 11:44:12 -0700 Subject: Enable native fiber coroutines on i386-openbsd --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 27e7f86ab9..a2f623e22a 100644 --- a/configure.ac +++ b/configure.ac @@ -2284,6 +2284,9 @@ AS_CASE(["$rb_cv_fiber_coroutine"], [yes|''], [ [x86_64-openbsd*], [ rb_cv_fiber_coroutine=amd64 ], + [i386-openbsd*], [ + rb_cv_fiber_coroutine=x86 + ], [*-openbsd*], [ rb_cv_fiber_coroutine= ], -- cgit v1.2.3