mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 02:27:48 +00:00
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:
committed by
Ron Evans
parent
f19b288717
commit
170a069132
@@ -12,5 +12,8 @@
|
||||
"ldflags": [
|
||||
"-melf32lriscv"
|
||||
],
|
||||
"gdb": ["gdb-multiarch"]
|
||||
"gdb": [
|
||||
"gdb-multiarch",
|
||||
"gdb"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user