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

ruby-changes:62086

From: Samuel <ko1@a...>
Date: Tue, 30 Jun 2020 19:04:18 +0900 (JST)
Subject: [ruby-changes:62086] 7cb8904a12 (master): Extract correct processor name for ARM64 Macs

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

From 7cb8904a12c850ee30dcd67817fa2f9dc3fee813 Mon Sep 17 00:00:00 2001
From: Samuel Giddins <segiddins@s...>
Date: Tue, 30 Jun 2020 00:13:17 -0700
Subject: Extract correct processor name for ARM64 Macs


diff --git a/tool/m4/ruby_universal_arch.m4 b/tool/m4/ruby_universal_arch.m4
index a524bc2..dd9ad7e 100644
--- a/tool/m4/ruby_universal_arch.m4
+++ b/tool/m4/ruby_universal_arch.m4
@@ -66,6 +66,9 @@ AS_IF([test ${target_archs+set}], [ https://github.com/ruby/ruby/blob/trunk/tool/m4/ruby_universal_arch.m4#L66
 #ifdef __ppc64__
 "processor-name=powerpc64"
 #endif
+#ifdef __arm64__
+"processor-name=arm64"
+#endif
 EOF
 	    sed -n 's/^"processor-name=\(.*\)"/\1/p'`
 	    target="$target_cpu${target}"
-- 
cgit v0.10.2


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

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