Add support for AUDIT_ARCH_RISCV64

This commit is contained in:
Andreas Schwab 2020-05-25 11:10:44 +02:00 committed by Darren Tucker
parent ea547eb032
commit 3de02be39e
1 changed files with 3 additions and 0 deletions

View File

@ -912,6 +912,9 @@ main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16))
;;
esac
;;
riscv64-*)
seccomp_audit_arch=AUDIT_ARCH_RISCV64
;;
esac
if test "x$seccomp_audit_arch" != "x" ; then
AC_MSG_RESULT(["$seccomp_audit_arch"])