On 28/7/26 06:42, Pierrick Bouvier wrote:
Tested-by: Alex Bennée <[email protected]>
Signed-off-by: Pierrick Bouvier <[email protected]>
---
  scripts/probe-gdb-support.py | 1 +
  1 file changed, 1 insertion(+)

diff --git a/scripts/probe-gdb-support.py b/scripts/probe-gdb-support.py
index 43c70302873..6e3b2579770 100644
--- a/scripts/probe-gdb-support.py
+++ b/scripts/probe-gdb-support.py
@@ -35,6 +35,7 @@
      "Loongarch64" : ["loongarch64"],
      "m68k" : ["m68k"],
      "MicroBlaze" : ["microblaze"],
+    "mips" : ["mips"],

IIUC we want (for still few releases):

       "mips" : ["mips", "mipsel"],

      "mips:isa64" : ["mips64", "mips64el"],
      "or1k" : ["or1k"],
      "powerpc:common" : ["ppc"],


Reply via email to