summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2020-05-25 11:10:44 +0200
committerDarren Tucker <dtucker@dtucker.net>2020-06-05 05:31:17 +0200
commit3de02be39e5c0c2208d9682a3844991651620fcc (patch)
treeb5d7e02adb8119d84c9f67525ad587015ebd67d1
parentupstream: make sshbuf_putb(b, NULL) a no-op (diff)
downloadopenssh-3de02be39e5c0c2208d9682a3844991651620fcc.tar.xz
openssh-3de02be39e5c0c2208d9682a3844991651620fcc.zip
Add support for AUDIT_ARCH_RISCV64
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
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"])