1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

coroutine enables assembly version for dragonflybsd.

This commit is contained in:
DC 2021-09-12 05:55:25 +01:00 committed by Samuel Williams
parent c8a1e57af0
commit a8fe7c9e2a
Notes: git 2021-09-13 05:12:38 +09:00

View file

@ -2551,6 +2551,9 @@ AS_CASE([$coroutine_type], [yes|''], [
[*-openbsd*], [
coroutine_type=pthread
],
[x86_64-dragonfly*], [
coroutine_type=amd64
],
[*-haiku*], [
coroutine_type=pthread
],