Use ppc64le coroutines on powerpc64le-freebsd*

Only one ractor-related test fails, but it also fails with ucontext.
This commit is contained in:
Piotr Kubaj 2024-04-22 09:42:40 +02:00 committed by Hiroshi SHIBATA
parent c193ca5218
commit c362206a48
Notes: git 2024-09-19 05:59:43 +00:00

View File

@ -2751,6 +2751,9 @@ AS_CASE([$coroutine_type], [yes|''], [
[aarch64-freebsd*], [
coroutine_type=arm64
],
[powerpc64le-freebsd*], [
coroutine_type=ppc64le
],
[x86_64-netbsd*], [
coroutine_type=amd64
],