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 f998009..b45de3b 100644
--- a/tools/util.c
+++ b/tools/util.c
@@ -68,6 +68,8 @@
#else
#define ARCH_NATIVE AUDIT_ARCH_PPC64LE
#endif
+#elif __PPC__
+#define ARCH_NATIVE AUDIT_ARCH_PPC
#else
#error the simulator code needs to know about your machine type
#endif