diff options
Diffstat (limited to 'debug/Makefile')
-rw-r--r-- | debug/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/Makefile b/debug/Makefile index 1916bda..9b36e54 100644 --- a/debug/Makefile +++ b/debug/Makefile @@ -2,7 +2,7 @@ RISCV_SIM ?= spike XLEN ?= 64 OPENOCD_INSTALL ?= $(abspath .)/openocd-install -OPENOCD_VERSION = 860b42a3c4f6aa37d8d4fe50a71000b7cff66b85 +OPENOCD_VERSION = d8683119c0a1aa88320c7a6d4f0d6f63a5f976c5 OPENOCD_DIR = $(OPENOCD_INSTALL)_$(OPENOCD_VERSION)/ |