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
1 changed files with 3 additions and 0 deletions

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
],