Use ppc64le coroutines on powerpc64le-freebsd*
Only one ractor-related test fails, but it also fails with ucontext.
This commit is contained in:
parent
c193ca5218
commit
c362206a48
Notes:
git
2024-09-19 05:59:43 +00:00
@ -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
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user