We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0c682 commit e9ec30fCopy full SHA for e9ec30f
Makefile
@@ -97,6 +97,7 @@ openocd-build: $(openocd_src)
97
cd $(openocd_build) && $</configure \
98
--prefix=$(openocd_dest) \
99
--disable-werror \
100
+ --enable-riscv \
101
--enable-remote-bitbang \
102
--enable-ftdi \
103
$(if $(ccache),CC="$(ccache) $(CC)") \
0 commit comments