summaryrefslogtreecommitdiff
path: root/tests/strace-V.test
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2019-09-23 23:19:45 +0000
committerDmitry V. Levin <ldv@altlinux.org>2019-09-23 23:19:45 +0000
commit69ff62ea5087506ad36a27599db088096db215da (patch)
tree272b1dd6df88e0e7841163dd366ca02f4a39b6d8 /tests/strace-V.test
parent91fbffc06dd364b528eb564807c99c73a43a88f9 (diff)
downloadstrace-69ff62ea5087506ad36a27599db088096db215da.tar.gz
riscv: rename to riscv64
The only currently supported RISC-V architecture is the 64-bit RISC-V. As the generic name we use causes confusion [1], rename it to riscv64. [1] https://lists.strace.io/pipermail/strace-devel/2019-August/009057.html * Makefile.am (EXTRA_DIST): Rename linux/riscv to linux/riscv64. * configure.ac: Rename riscv to riscv64, RISCV to RISCV64. * linux/riscv: Rename to linux/riscv64. * riscv.c: Rename RISCV to RISCV64. * tests/options-syntax.test: Rename riscv to riscv64. * tests/qualify_personality.sh: Likewise. * tests/strace-V.test: Likewise.
Diffstat (limited to 'tests/strace-V.test')
-rwxr-xr-xtests/strace-V.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/strace-V.test b/tests/strace-V.test
index a0274c282..b1fd5ade9 100755
--- a/tests/strace-V.test
+++ b/tests/strace-V.test
@@ -49,7 +49,7 @@ x86_64)
option_m32=$(getoption HAVE_M32_MPERS ' m32-mpers' ' no-m32-mpers')
option_mx32=$(getoption HAVE_MX32_MPERS ' mx32-mpers' ' no-mx32-mpers')
;;
-aarch64|powerpc64|riscv|s390x|sparc64|tile|x32)
+aarch64|powerpc64|riscv64|s390x|sparc64|tile|x32)
option_m32=$(getoption HAVE_M32_MPERS ' m32-mpers' ' no-m32-mpers')
;;
esac