-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
meta-microblaze: util-linux: Rebase patch
Signed-off-by: Mark Hatle <[email protected]>
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|