Update danio_gcc.sh
This commit is contained in:
+4
-5
@@ -196,11 +196,6 @@ choose_sub()
|
||||
done
|
||||
}
|
||||
|
||||
if ! command -v jq >/dev/null; then
|
||||
echo "jq command not found, please install it before using this application!"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
targets="`grep ' - t=' .travis.yml | cut -f 2 -d = | cut -f 1 -d ' ' | sort -u`"
|
||||
if [ "${1}" -a "${2}" ]; then
|
||||
[ -z "${binutils_version}" ] && export binutils_version="master"
|
||||
@@ -240,6 +235,10 @@ elif [ "${AUTOBUILD}" ]; then
|
||||
echo "USE ONLY METHOD=\"glibc\" OR METHOD=\"newlib\" AS BASH EXVIRONMENT!"
|
||||
fi
|
||||
else
|
||||
if ! command -v jq >/dev/null; then
|
||||
echo "jq command not found, please install it before using this application!"
|
||||
exit 1
|
||||
fi
|
||||
while :; do
|
||||
clear || reset
|
||||
echo "Please select architecture:"
|
||||
|
||||
Reference in New Issue
Block a user