summaryrefslogtreecommitdiff
path: root/tools/scmp_arch_detect.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/scmp_arch_detect.c')
-rw-r--r--tools/scmp_arch_detect.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/scmp_arch_detect.c b/tools/scmp_arch_detect.c
index d23d2ec..03644c6 100644
--- a/tools/scmp_arch_detect.c
+++ b/tools/scmp_arch_detect.c
@@ -105,6 +105,9 @@ int main(int argc, char *argv[])
case SCMP_ARCH_PPC64LE:
printf("ppc64le\n");
break;
+ case SCMP_ARCH_PPC:
+ printf("ppc\n");
+ break;
default:
printf("unknown\n");
}