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:
parent
c362206a48
commit
24b587e7ba
Notes:
git
2024-09-19 05:59:42 +00:00
@ -2751,6 +2751,9 @@ AS_CASE([$coroutine_type], [yes|''], [
|
||||
[aarch64-freebsd*], [
|
||||
coroutine_type=arm64
|
||||
],
|
||||
[powerpc64-freebsd*], [
|
||||
coroutine_type=ppc64le
|
||||
],
|
||||
[powerpc64le-freebsd*], [
|
||||
coroutine_type=ppc64le
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user