Index: tools/testrunner/local/utils.py |
diff --git a/tools/testrunner/local/utils.py b/tools/testrunner/local/utils.py |
index 707fa24fbf1267ccf6b8ad32fd09cd621f266a11..68853c3ad1b48cf96921f8ad8ac47dd2e515dc37 100644 |
--- a/tools/testrunner/local/utils.py |
+++ b/tools/testrunner/local/utils.py |
@@ -101,6 +101,8 @@ def DefaultArch(): |
return 'ia32' |
elif machine == 'amd64': |
return 'ia32' |
+ elif id == 'ppc64': |
+ return 'ppc' |
else: |
return None |