aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
author小MAO钓鱼 <657757743@qq.com>2023-02-22 12:11:33 +0800
committerGitHub <noreply@github.com>2023-02-22 13:11:33 +0900
commit65ef20d2a792066542ffdd29298fd4df90e89271 (patch)
tree3264f3b06751c59ae15ac70cffd8f72127e4d14e /configure.ac
parent2798b13e337b15e8f9298045ccf02a21e5c7f82e (diff)
downloadruby-65ef20d2a792066542ffdd29298fd4df90e89271.tar.gz
Add support for LoongArch (#7343)
* vm_dump.c: Dump machine registers on loongarch64 Linux. * coroutines: Support for native loongarch64 coroutines. --------- Co-authored-by: zangruochen <zangruochen@loongson.cn>
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 3c9b865ef5..70946f83d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2623,6 +2623,9 @@ AS_CASE([$coroutine_type], [yes|''], [
[riscv64-linux*], [
coroutine_type=riscv64
],
+ [loongarch64-linux*], [
+ coroutine_type=loongarch64
+ ],
[x86_64-freebsd*], [
coroutine_type=amd64
],