Update danio_gcc.sh

This commit is contained in:
Daniel
2019-10-25 00:11:19 +02:00
committed by GitHub
parent 38ceefa399
commit fe5bf9ecba
+4
View File
@@ -199,6 +199,10 @@ fi
targets="`grep ' - t=' .travis.yml | cut -f 2 -d = | cut -f 1 -d ' ' | sort -u`"
if [ "${AUTOBUILD}" -ne "0" ]; then
export clean="1"
export binutils_version="master"
export glibc_version="master"
export linux_version="master"
export gcc_version="master"
if [ "${METHOD}" = "newlib" ]; then
export buildnewlib="1"
for i in ${targets}; do