summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEugene Syromyatnikov <evgsyr@gmail.com>2019-09-24 17:31:28 +0200
committerDmitry V. Levin <ldv@altlinux.org>2019-09-24 15:31:28 +0000
commit5177e0a5f3e094bdef5140cddfdf57dce31f54c8 (patch)
treeb6fb0ac0bb4d9782e1cf693d1cfb582bbe4be7aa /Makefile.am
parent69ff62ea5087506ad36a27599db088096db215da (diff)
downloadstrace-5177e0a5f3e094bdef5140cddfdf57dce31f54c8.tar.gz
riscv64: remove mpers support
There is no riscv32 Linux support in Linux mainline, and no compat support in riscv64 as well. * linux/riscv64/arch_defs_.h: Remove. * linux/riscv64/ioctls_arch1.h: Likewise. * linux/riscv64/ioctls_inc1.h: Likewise. * linux/riscv64/syscallent1.h: Likewise. * Makefile.am (EXTRA_DIST): Remove them. * configure.ac (st_MPERS([m32])): Remove riscv64. * strace.1.in (.SH "MULTIPLE PERSONALITY SUPPORT"): Remove RISC-V from the list. Co-Authored-by: Dmitry V. Levin <ldv@altlinux.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index f4a93e9e6..2dbc806f5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -739,21 +739,17 @@ EXTRA_DIST = \
linux/powerpc64le/userent.h \
linux/ptrace_pokeuser.c \
linux/raw_syscall.h \
- linux/riscv64/arch_defs_.h \
linux/riscv64/arch_get_personality.c \
linux/riscv64/arch_regs.c \
linux/riscv64/get_error.c \
linux/riscv64/get_scno.c \
linux/riscv64/get_syscall_args.c \
linux/riscv64/ioctls_arch0.h \
- linux/riscv64/ioctls_arch1.h \
linux/riscv64/ioctls_inc0.h \
- linux/riscv64/ioctls_inc1.h \
linux/riscv64/raw_syscall.h \
linux/riscv64/set_error.c \
linux/riscv64/set_scno.c \
linux/riscv64/syscallent.h \
- linux/riscv64/syscallent1.h \
linux/rt_sigframe.h \
linux/s390/arch_defs_.h \
linux/s390/arch_regs.c \