remove old boom references | build-toolchain rebar directory fix

This commit is contained in:
Abraham Gonzalez
2019-05-11 17:43:20 -07:00
parent 2259952087
commit 1ef687605d
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ RISCV="$(pwd)/$INSTALL_DIR"
# install risc-v tools
export RISCV="$RISCV"
git -C $REBAR_DIR submodule update --init --recursive toolchains/$TOOLCHAIN #--jobs 8
cd "toolchains/$TOOLCHAIN"
cd "$REBAR_DIR/toolchains/$TOOLCHAIN"
export MAKEFLAGS="-j16"
./build.sh
cd $RDIR