]> granicus.if.org Git - strace/commitdiff
configure.ac: check for mpers support on RISC-V
authorEugene Syromyatnikov <evgsyr@gmail.com>
Tue, 9 Jan 2018 18:14:11 +0000 (19:14 +0100)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 11 Jan 2018 15:54:33 +0000 (15:54 +0000)
* confgure.ac (st_MPERS([m32])): Add riscv.

configure.ac

index b0ffa57d0e9b15f60e7592e790440c192e1355c4..e72ff3bb6282339493d9bfa00bdf127b048cc08c 100644 (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])