Merge pull request #157 from ucb-bar/toolchains2

Toolchains build update
This commit is contained in:
alonamid
2019-07-22 14:37:38 -07:00
committed by GitHub
6 changed files with 166 additions and 28 deletions

View File

@@ -14,5 +14,5 @@ if [ ! -d "$HOME/$1-install" ]; then
cd $HOME
# init all submodules including the tools
CHIPYARD_DIR=$LOCAL_CHIPYARD_DIR .$LOCAL_CHIPYARD_DIR/scripts/build-toolchains.sh $1
CHIPYARD_DIR=$LOCAL_CHIPYARD_DIR $LOCAL_CHIPYARD_DIR/scripts/build-toolchains.sh $1
fi