The following patch fixes the definition of SECCOMP_ARCH_NATIVE on hppa. Signed-off-by: John David Anglin <dave.anglin@xxxxxxxx> --- --- ./include/audit-arch.h.save 2023-08-03 20:42:00.937401304 +0000 +++ ./include/audit-arch.h 2023-08-03 20:53:40.755627981 +0000 @@ -57,6 +57,12 @@ # else # define SECCOMP_ARCH_NATIVE AUDIT_ARCH_LOONGARCH64 # endif +#elif __hppa__ +# if __SIZEOF_POINTER__ == 4 +# define SECCOMP_ARCH_NATIVE AUDIT_ARCH_PARISC +# else +# define SECCOMP_ARCH_NATIVE AUDIT_ARCH_PARISC64 +# endif #else # error Unknown target architecture #endif
Attachment:
signature.asc
Description: PGP signature