diff options
author | Andreas Schwab <schwab@suse.de> | 2020-05-25 11:10:44 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2020-06-05 13:31:17 +1000 |
commit | 3de02be39e5c0c2208d9682a3844991651620fcc (patch) | |
tree | b5d7e02adb8119d84c9f67525ad587015ebd67d1 /configure.ac | |
parent | ea547eb0329c2f8da77a4ac05f6c330bd49bdaab (diff) |
Add support for AUDIT_ARCH_RISCV64
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
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)) | |||
912 | ;; | 912 | ;; |
913 | esac | 913 | esac |
914 | ;; | 914 | ;; |
915 | riscv64-*) | ||
916 | seccomp_audit_arch=AUDIT_ARCH_RISCV64 | ||
917 | ;; | ||
915 | esac | 918 | esac |
916 | if test "x$seccomp_audit_arch" != "x" ; then | 919 | if test "x$seccomp_audit_arch" != "x" ; then |
917 | AC_MSG_RESULT(["$seccomp_audit_arch"]) | 920 | AC_MSG_RESULT(["$seccomp_audit_arch"]) |