configure.ac: check for mpers support on RISC-V

* confgure.ac (st_MPERS([m32])): Add riscv.
This commit is contained in:
Eugene Syromyatnikov 2018-01-09 19:14:11 +01:00 committed by Dmitry V. Levin
parent 0b803f8edd
commit 54402590c3

View File

@ -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])