From 5fab31b15e32622c4b71d1d347a41937e9f9c212 Mon Sep 17 00:00:00 2001 From: Jeremy Evans Date: Wed, 8 Jan 2025 10:47:11 -0800 Subject: [PATCH] Enable riscv64 coroutine on OpenBSD/riscv64 --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 5899f2aa9c..639b392368 100644 --- a/configure.ac +++ b/configure.ac @@ -2757,6 +2757,9 @@ AS_CASE([$coroutine_type], [yes|''], [ [aarch64-openbsd*], [ coroutine_type=arm64 ], + [riscv64-openbsd*], [ + coroutine_type=riscv64 + ], [*-openbsd*], [ coroutine_type=pthread ],