Update build script to match Chipyard script args

This commit is contained in:
alonamid 2020-01-07 23:27:05 +02:00 committed by GitHub
parent 324a0432ba
commit da58c8ea98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ fi
# Build the toolchain through chipyard (whether as top or as library)
cd "$target_chipyard_dir"
if [ "$FASTINSTALL" = "true" ] ; then
./scripts/build-toolchains.sh --ec2fast
./scripts/build-toolchains.sh ec2fast
else
./scripts/build-toolchains.sh
fi