mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-16 10:43:29 +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": [
|
"ldflags": [
|
||||||
"-melf32lriscv"
|
"-melf32lriscv"
|
||||||
],
|
],
|
||||||
"gdb": ["gdb-multiarch"]
|
"gdb": [
|
||||||
|
"gdb-multiarch",
|
||||||
|
"gdb"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user