Make it possible to override GDB binary path

This commit is contained in:
Alibek Omarov 2020-12-02 01:23:42 +03:00 committed by root
parent 5c40b23b28
commit 112420fca3
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ CFLAGS := -nostdlib
QEMU := qemu-e2k
QEMU_ARGS :=
GDB := e2k-linux-gdb
GDB ?= e2k-linux-gdb
GDB_ARGS := -q --batch --nx --nw -ix gdbinit
GDB_BPS := -ex 'b _start' -ex 'b _stop'