Update danio_gcc.sh

This commit is contained in:
Daniel
2019-12-13 21:01:35 +01:00
committed by GitHub
parent e1574ff176
commit 16dc15bfe7
+4 -5
View File
@@ -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:"