fix message
This commit is contained in:
@@ -146,7 +146,7 @@ echo "Toolchain Build Complete!"
|
|||||||
|
|
||||||
if [ "$FASTINSTALL" = "false" ]; then
|
if [ "$FASTINSTALL" = "false" ]; then
|
||||||
if [ "$EC2INSTALL" = "false" ]; then
|
if [ "$EC2INSTALL" = "false" ]; then
|
||||||
echo "Building RISC-V OpenOCD Complete!"
|
echo "Building RISC-V OpenOCD"
|
||||||
check_version automake 1.14 "OpenOCD build"
|
check_version automake 1.14 "OpenOCD build"
|
||||||
check_version autoconf 2.64 "OpenOCD build"
|
check_version autoconf 2.64 "OpenOCD build"
|
||||||
build_project riscv-openocd --prefix=$RISCV --enable-remote-bitbang --enable-jtag_vpi --disable-werror
|
build_project riscv-openocd --prefix=$RISCV --enable-remote-bitbang --enable-jtag_vpi --disable-werror
|
||||||
|
|||||||
Reference in New Issue
Block a user