Bugzilla – Attachment 2861 Details for
Bug 2590
Seccomp filter for missing architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
add mips gnuabin32 targets.
openssh-configure-n32.patch (text/plain), 494 bytes, created by
Darren Tucker
on 2016-08-18 12:04:01 AEST
(
hide
)
Description:
add mips gnuabin32 targets.
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2016-08-18 12:04:01 AEST
Size:
494 bytes
patch
obsolete
>diff --git a/configure.ac b/configure.ac >index a3c22c1..8ad317f 100644 >--- a/configure.ac >+++ b/configure.ac >@@ -823,6 +823,12 @@ main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16)) > powerpc64le-*) > seccomp_audit_arch=AUDIT_ARCH_PPC64LE > ;; >+ mips-*-gnuabin32|mips64-*-gnuabin32) >+ seccomp_audit_arch=AUDIT_ARCH_MIPS64N32 >+ ;; >+ mipsel-*-gnuabin32|mips64el-*-gnuabin32) >+ seccomp_audit_arch=AUDIT_ARCH_MIPSEL64N32 >+ ;; > mips-*) > seccomp_audit_arch=AUDIT_ARCH_MIPS > ;;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2590
:
2840
| 2861