[PATCH] Add support for AUDIT_ARCH_LOONGARCH64
Mingcong Bai via openssh-unix-dev <[email protected]> Fri, 24 Jul 2026 22:53:01 +0800
| Newsgroups | gmane.network.openssh.devel |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Mingcong Bai <[email protected]> --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index a4d544cc5..60b0244d7 100644 --- a/configure.ac +++ b/configure.ac @@ -1114,6 +1114,9 @@ int main(void) { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16)) riscv64-*) seccomp_audit_arch=AUDIT_ARCH_RISCV64 ;; + loongarch64-*) + seccomp_audit_arch=AUDIT_ARCH_LOONGARCH64 + ;; esac if test "x$seccomp_audit_arch" != "x" ; then AC_MSG_RESULT(["$seccomp_audit_arch"]) -- 2.55.0