change flag name
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Submodule sims/firesim updated: 4bb74da2a8...536237ba19
Reference in New Issue
Block a user