aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDC <devnexen@gmail.com>2021-09-12 05:55:25 +0100
committerSamuel Williams <samuel.williams@oriontransfer.co.nz>2021-09-13 08:12:15 +1200
commita8fe7c9e2a2fa1e3e8cd28e73093e26c9719a817 (patch)
tree93e225c88a612598cd88bf9c7baf10249f9b56fc /configure.ac
parentc8a1e57af0608c294c5b94f9d158b3d34b94ebb2 (diff)
downloadruby-a8fe7c9e2a2fa1e3e8cd28e73093e26c9719a817.tar.gz
coroutine enables assembly version for dragonflybsd.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
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
],