diff options
author | Piotr Kubaj <[email protected]> | 2024-04-22 09:42:40 +0200 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-09-19 14:59:24 +0900 |
commit | c362206a48cb34eb207ecf3df9ca53b487951caa () | |
tree | 85f984dfec3512d9d7710599aced3214453acc01 /configure.ac | |
parent | c193ca52180360a3cb24648ffedd1b2181989e9d (diff) |
Use ppc64le coroutines on powerpc64le-freebsd*
Only one ractor-related test fails, but it also fails with ucontext.
Notes: Merged: https://.com/ruby/ruby/pull/10595
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2751,6 +2751,9 @@ AS_CASE([$coroutine_type], [yes|''], [ [aarch64-freebsd*], [ coroutine_type=arm64 ], [x86_64-netbsd*], [ coroutine_type=amd64 ], |