diff options
author | DC <devnexen@gmail.com> | 2021-09-12 05:55:25 +0100 |
---|---|---|
committer | Samuel Williams <samuel.williams@oriontransfer.co.nz> | 2021-09-13 08:12:15 +1200 |
commit | a8fe7c9e2a2fa1e3e8cd28e73093e26c9719a817 (patch) | |
tree | 93e225c88a612598cd88bf9c7baf10249f9b56fc /configure.ac | |
parent | c8a1e57af0608c294c5b94f9d158b3d34b94ebb2 (diff) | |
download | ruby-a8fe7c9e2a2fa1e3e8cd28e73093e26c9719a817.tar.gz |
coroutine enables assembly version for dragonflybsd.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index d2b3f8f182..1112c6f7d0 100644 --- a/configure.ac +++ b/configure.ac @@ -2551,6 +2551,9 @@ AS_CASE([$coroutine_type], [yes|''], [ [*-openbsd*], [ coroutine_type=pthread ], + [x86_64-dragonfly*], [ + coroutine_type=amd64 + ], [*-haiku*], [ coroutine_type=pthread ], |