From 112420fca3bae038fd6659bbf58065e58333cd6d Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Wed, 2 Dec 2020 01:23:42 +0300 Subject: [PATCH] Make it possible to override GDB binary path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a1c4e7c..bf3a299 100644 --- a/Makefile +++ b/Makefile @@ -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'