summaryrefslogtreecommitdiff
path: root/tests/qualify_personality.sh
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/qualify_personality.sh
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/qualify_personality.sh')
-rw-r--r--tests/qualify_personality.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qualify_personality.sh b/tests/qualify_personality.sh
index d57314fc7..abe59a0c8 100644
--- a/tests/qualify_personality.sh
+++ b/tests/qualify_personality.sh
@@ -25,7 +25,7 @@ x86_64)
x32)
supported_pers='x32 32'
;;
-aarch64|powerpc64|riscv|s390x|sparc64|tile)
+aarch64|powerpc64|riscv64|s390x|sparc64|tile)
supported_pers='64 32'
;;
*)