the best
This commit is contained in:
+2
-2
@@ -216,8 +216,8 @@ elif [ "${AUTOBUILD}" ]; then
|
|||||||
elif [ "${METHOD}" = "glibc" ]; then
|
elif [ "${METHOD}" = "glibc" ]; then
|
||||||
export buildnewlib="0"
|
export buildnewlib="0"
|
||||||
for i in ${targets}; do
|
for i in ${targets}; do
|
||||||
if [ "`echo ${i} | cut -f 3 -d -`" = "eabi" ]; then continue; fi
|
if echo ${i} | grep -q "eabi"; then continue; fi
|
||||||
if [ "`echo ${i} | cut -f 3 -d -`" = "elf" ]; then continue; fi
|
if echo ${i} | grep -q "elf"; then continue; fi
|
||||||
runit ${i} 32
|
runit ${i} 32
|
||||||
runit ${i} 64
|
runit ${i} 64
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user