From 24b587e7ba08e9347d4b4f02c6442eac7ccba54c Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Wed, 24 Apr 2024 14:38:26 +0200 Subject: [PATCH] Use ppc64le coroutines for powerpc64-freebsd* There is nothing endianness-related in ppc64le and all the tests pass on both ucontext and ppc64le coroutines on powerpc64-freebsd14.0 --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index f906dd73cd..45a181c1eb 100644 --- a/configure.ac +++ b/configure.ac @@ -2751,6 +2751,9 @@ AS_CASE([$coroutine_type], [yes|''], [ [aarch64-freebsd*], [ coroutine_type=arm64 ], + [powerpc64-freebsd*], [ + coroutine_type=ppc64le + ], [powerpc64le-freebsd*], [ coroutine_type=ppc64le ],