Skip to content

Commit

Permalink
meta-microblaze: util-linux: Rebase patch
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Hatle <[email protected]>
  • Loading branch information
mhatle committed Nov 24, 2024
1 parent 9ff419c commit ee66c6d
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ Upstream-Status: Pending

Signed-off-by: Mark Hatle <[email protected]>

--- util-linux-2.39.1/include/audit-arch.h.orig 2023-08-23 14:55:54.318732126 -0600
+++ util-linux-2.39.1/include/audit-arch.h 2023-08-23 15:02:51.058552660 -0600
@@ -57,6 +57,8 @@
# else
# define SECCOMP_ARCH_NATIVE AUDIT_ARCH_LOONGARCH64
--- util-linux-2.40.2/include/audit-arch.h 2024-11-21 15:20:31.374940887 -0700
+++ util-linux-2.40.2/include/audit-arch.h 2024-11-21 15:21:09.343343608 -0700
@@ -67,6 +67,8 @@
# endif
#elif __alpha__
# define SECCOMP_ARCH_NATIVE AUDIT_ARCH_ALPHA
+#elif __microblaze__
+# define SECCOMP_ARCH_NATIVE AUDIT_ARCH_MICROBLAZE
#else
Expand Down

0 comments on commit ee66c6d

Please sign in to comment.