summaryrefslogtreecommitdiff
path: root/tools/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/util.c')
-rw-r--r--tools/util.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/util.c b/tools/util.c
index f67dea7..1e39c79 100644
--- a/tools/util.c
+++ b/tools/util.c
@@ -46,6 +46,8 @@
#define ARCH_NATIVE AUDIT_ARCH_AARCH64
#elif __loongarch_lp64
#define ARCH_NATIVE AUDIT_ARCH_LOONGARCH64
+#elif __m68k__
+#define ARCH_NATIVE AUDIT_ARCH_M68K
#elif __mips__ && _MIPS_SIM == _MIPS_SIM_ABI32
#if __MIPSEB__
#define ARCH_NATIVE AUDIT_ARCH_MIPS