riscv32: use gdb binary as a fallback

At least on my system (Fedora 42) the standard gdb binary is capable of
debugging riscv-qemu binaries (running inside qemu-system-riscv32).
This commit is contained in:
Ayke van Laethem
2025-06-11 11:01:35 +02:00
committed by Ron Evans
parent f19b288717
commit 170a069132
+4 -1
View File
@@ -12,5 +12,8 @@
"ldflags": [
"-melf32lriscv"
],
"gdb": ["gdb-multiarch"]
"gdb": [
"gdb-multiarch",
"gdb"
]
}