View | Details | Raw Unified | Return to bug 2590 | Differences between
and this patch

Collapse All | Expand All

(-)a/configure.ac (+24 lines)
Lines 811-816 main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16)) Link Here
811
	aarch64*-*)
811
	aarch64*-*)
812
		seccomp_audit_arch=AUDIT_ARCH_AARCH64
812
		seccomp_audit_arch=AUDIT_ARCH_AARCH64
813
		;;
813
		;;
814
	s390x-*)
815
		seccomp_audit_arch=AUDIT_ARCH_S390X
816
		;;
817
	s390-*)
818
		seccomp_audit_arch=AUDIT_ARCH_S390
819
		;;
820
	powerpc64-*)
821
		seccomp_audit_arch=AUDIT_ARCH_PPC64
822
		;;
823
	powerpc64le-*)
824
		seccomp_audit_arch=AUDIT_ARCH_PPC64LE
825
		;;
826
	mips-*)
827
		seccomp_audit_arch=AUDIT_ARCH_MIPS
828
		;;
829
	mipsel-*)
830
		seccomp_audit_arch=AUDIT_ARCH_MIPSEL
831
		;;
832
	mips64-*)
833
		seccomp_audit_arch=AUDIT_ARCH_MIPS64
834
		;;
835
	mips64el-*)
836
		seccomp_audit_arch=AUDIT_ARCH_MIPSEL64
837
		;;
814
	esac
838
	esac
815
	if test "x$seccomp_audit_arch" != "x" ; then
839
	if test "x$seccomp_audit_arch" != "x" ; then
816
		AC_MSG_RESULT(["$seccomp_audit_arch"])
840
		AC_MSG_RESULT(["$seccomp_audit_arch"])

Return to bug 2590