change flag name

This commit is contained in:
alonamid
2019-07-18 05:28:09 +00:00
parent 302ffe7869
commit 1f0fb1a399
2 changed files with 5 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ if [ "$1" == "--help" -o "$1" == "-h" -o "$1" == "-H" ]; then
fi fi
TOOLCHAIN="riscv-tools" TOOLCHAIN="riscv-tools"
FIRESIMINSTALL="false" EC2INSTALL="false"
EC2FASTINSTALL="false" EC2FASTINSTALL="false"
FASTINSTALL="false" FASTINSTALL="false"
while test $# -gt 0 while test $# -gt 0
@@ -44,8 +44,8 @@ do
hwacha) hwacha)
TOOLCHAIN="esp-tools" TOOLCHAIN="esp-tools"
;; ;;
firesim | --firesim) # I don't want to break this api ec2 | --ec2)
FIRESIMINSTALL=true EC2INSTALL=true
;; ;;
ec2fast | --ec2fast) # I don't want to break this api ec2fast | --ec2fast) # I don't want to break this api
EC2FASTINSTALL=true EC2FASTINSTALL=true
@@ -145,7 +145,7 @@ echo "Toolchain Build Complete!"
if [ "$FASTINSTALL" = "false" ]; then if [ "$FASTINSTALL" = "false" ]; then
if [ "$FIRESIMINSTALL" = "false" ]; then if [ "$EC2INSTALL" = "false" ]; then
echo "Building RISC-V OpenOCD Complete!" echo "Building RISC-V OpenOCD Complete!"
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"