Skip to content

Commit

Permalink
CI: Enable remote bitbang in OpenOCD build
Browse files Browse the repository at this point in the history
  • Loading branch information
bluewww committed Nov 7, 2019
1 parent 59a548f commit c1b7d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/get-openocd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if ! [ -e $RISCV/bin/openocd ]; then

echo "Compiling OpenOCD"
./bootstrap
./configure --prefix=$RISCV --disable-werror --disable-wextra
./configure --prefix=$RISCV --disable-werror --disable-wextra --enable-remote-bitbang
make -j${NUM_JOBS}
make install
echo "Compilation Finished"
Expand Down

0 comments on commit c1b7d49

Please sign in to comment.