Support GCCVER parameter in all scripts so that projects can be build with any GCC version - patch by Alex Wulms

This commit is contained in:
Sergii Pylypenko
2014-10-07 23:29:11 +03:00
parent 69f78f4d4e
commit 4b7001903f
4 changed files with 20 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ grep "64.bit" "$NDK/RELEASE.TXT" >/dev/null 2>&1 && MYARCH="${MYARCH}_64"
#echo NDK $NDK
GCCPREFIX=arm-linux-androideabi
GCCVER=4.6
[ -z "$GCCVER" ] && GCCVER=4.6
PLATFORMVER=android-14
LOCAL_PATH=`dirname $0`
if which realpath > /dev/null ; then

View File

@@ -20,7 +20,7 @@ NDK=`readlink -f $NDK`
#echo NDK $NDK
GCCPREFIX=arm-linux-androideabi
GCCVER=4.6
[ -z "$GCCVER" ] && GCCVER=4.6
PLATFORMVER=android-8
LOCAL_PATH=`dirname $0`
if which realpath > /dev/null ; then