From 9e9b733dfbab433320b64c51ee4db6ba23c59cbc Mon Sep 17 00:00:00 2001 From: "Herman S." <429230+has207@users.noreply.github.com> Date: Sun, 19 Oct 2025 11:45:11 +0900 Subject: [PATCH] [Testing] binutils to support older instructions used in 360 --- xenia-build.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",