From: Andreas Schwab Date: Mon, 25 May 2020 09:10:44 +0000 (+0200) Subject: Add support for AUDIT_ARCH_RISCV64 X-Git-Tag: V_8_4_P1~137 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3de02be39e5c0c2208d9682a3844991651620fcc;p=thirdparty%2Fopenssh-portable.git Add support for AUDIT_ARCH_RISCV64 --- diff --git a/configure.ac b/configure.ac index 460383757..0ea85bed0 100644 --- a/configure.ac +++ b/configure.ac @@ -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"])