From 54402590c3a6920dd1a4ddc95662c5165c86ff4d Mon Sep 17 00:00:00 2001 From: Eugene Syromyatnikov Date: Tue, 9 Jan 2018 19:14:11 +0100 Subject: [PATCH] configure.ac: check for mpers support on RISC-V * confgure.ac (st_MPERS([m32])): Add riscv. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b0ffa57d..e72ff3bb 100644 --- a/configure.ac +++ b/configure.ac @@ -959,7 +959,7 @@ if test "$arch" = mips && test "$no_create" != yes; then fi fi -st_MPERS([m32], [aarch64|powerpc64|sparc64|tile|x32|x86_64]) +st_MPERS([m32], [aarch64|powerpc64|riscv|sparc64|tile|x32|x86_64]) st_MPERS([mx32], [x86_64]) AX_VALGRIND_DFLT([sgcheck], [off]) -- 2.40.0