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
This commit is contained in:
Piotr Kubaj 2024-04-24 14:38:26 +02:00 committed by Hiroshi SHIBATA
parent c362206a48
commit 24b587e7ba
Notes: git 2024-09-19 05:59:42 +00:00

View File

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