Skip to content

Commit

Permalink
Use ppc64le coroutines for powerpc64-freebsd*
Browse files Browse the repository at this point in the history
There is nothing endianness-related in ppc64le and all the tests pass on both ucontext and ppc64le coroutines on powerpc64-freebsd14.0
  • Loading branch information
pkubaj committed Apr 24, 2024
1 parent 4bdbd77 commit b70cb31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2706,6 +2706,9 @@ AS_CASE([$coroutine_type], [yes|''], [
[aarch64-freebsd*], [
coroutine_type=arm64
],
[powerpc64-freebsd*], [
coroutine_type=ppc64le
],
[powerpc64le-freebsd*], [
coroutine_type=ppc64le
],
Expand Down

0 comments on commit b70cb31

Please sign in to comment.