diff --git a/xenia-build.py b/xenia-build.py index 8398f68b8..3c06dd10c 100755 --- a/xenia-build.py +++ b/xenia-build.py @@ -1276,7 +1276,7 @@ class GenTestsCommand(Command): "-a32", "-be", "-mregnames", - "-mpower7", + "-ma2", "-maltivec", "-mvsx", "-mvmx128", @@ -1288,7 +1288,7 @@ class GenTestsCommand(Command): shell_call([ ppc_objdump, "--adjust-vma=0x100000", - "-Mpower7", + "-Ma2", "-Mvmx128", "-D", "-EB",