Update danio_gcc.sh
This commit is contained in:
+4
-5
@@ -196,11 +196,6 @@ choose_sub()
|
|||||||
done
|
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`"
|
targets="`grep ' - t=' .travis.yml | cut -f 2 -d = | cut -f 1 -d ' ' | sort -u`"
|
||||||
if [ "${1}" -a "${2}" ]; then
|
if [ "${1}" -a "${2}" ]; then
|
||||||
[ -z "${binutils_version}" ] && export binutils_version="master"
|
[ -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!"
|
echo "USE ONLY METHOD=\"glibc\" OR METHOD=\"newlib\" AS BASH EXVIRONMENT!"
|
||||||
fi
|
fi
|
||||||
else
|
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
|
while :; do
|
||||||
clear || reset
|
clear || reset
|
||||||
echo "Please select architecture:"
|
echo "Please select architecture:"
|
||||||
|
|||||||
Reference in New Issue
Block a user