[前][次][番号順一覧][スレッド一覧]

ruby-changes:67963

From: DC <ko1@a...>
Date: Mon, 13 Sep 2021 05:12:38 +0900 (JST)
Subject: [ruby-changes:67963] a8fe7c9e2a (master): coroutine enables assembly version for dragonflybsd.

https://git.ruby-lang.org/ruby.git/commit/?id=a8fe7c9e2a

From a8fe7c9e2a2fa1e3e8cd28e73093e26c9719a817 Mon Sep 17 00:00:00 2001
From: DC <devnexen@g...>
Date: Sun, 12 Sep 2021 05:55:25 +0100
Subject: coroutine enables assembly version for dragonflybsd.

---
 configure.ac | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configure.ac b/configure.ac
index d2b3f8f..1112c6f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2551,6 +2551,9 @@ AS_CASE([$coroutine_type], [yes|''], [ https://github.com/ruby/ruby/blob/trunk/configure.ac#L2551
         [*-openbsd*], [
             coroutine_type=pthread
         ],
+        [x86_64-dragonfly*], [
+            coroutine_type=amd64
+        ],
         [*-haiku*], [
             coroutine_type=pthread
         ],
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]