Update danio_gcc.sh
This commit is contained in:
@@ -199,6 +199,10 @@ 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 [ "${AUTOBUILD}" -ne "0" ]; then
|
if [ "${AUTOBUILD}" -ne "0" ]; then
|
||||||
export clean="1"
|
export clean="1"
|
||||||
|
export binutils_version="master"
|
||||||
|
export glibc_version="master"
|
||||||
|
export linux_version="master"
|
||||||
|
export gcc_version="master"
|
||||||
if [ "${METHOD}" = "newlib" ]; then
|
if [ "${METHOD}" = "newlib" ]; then
|
||||||
export buildnewlib="1"
|
export buildnewlib="1"
|
||||||
for i in ${targets}; do
|
for i in ${targets}; do
|
||||||
|
|||||||
Reference in New Issue
Block a user