From 65ef20d2a792066542ffdd29298fd4df90e89271 Mon Sep 17 00:00:00 2001 From: 小MAO钓鱼 <657757743@qq.com> Date: Wed, 22 Feb 2023 12:11:33 +0800 Subject: Add support for LoongArch (#7343) * vm_dump.c: Dump machine registers on loongarch64 Linux. * coroutines: Support for native loongarch64 coroutines. --------- Co-authored-by: zangruochen --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') 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 ], -- cgit v1.2.3