Home
last modified time | relevance | path

Searched refs:MINGW_W64_REVISION (Results 1 – 1 of 1) sorted by relevance

/ndk/build/tools/
Dbuild-mingw64-toolchain.sh428 MINGW_W64_REVISION=
431 MINGW_W64_REVISION=$(echo $MINGW_W64_VERSION | awk 'BEGIN { FS="@" }; { print $2 }')
432 if [ ! -z "$MINGW_W64_REVISION" ] ; then
433 if [ $MINGW_W64_REVISION -lt 5186 ] ; then
436 if [ $MINGW_W64_REVISION -lt 5252 ] ; then
438 elif [ $MINGW_W64_REVISION -lt 5258 ] ; then
441 MINGW_W64_REVISION2=-r$MINGW_W64_REVISION
442 MINGW_W64_REVISION=@${MINGW_W64_REVISION}
448 if [ -z "$MINGW_W64_REVISION" ] ; then
455 MINGW64_SVN_URL=https://svn.code.sf.net/p/mingw-w64/code/trunk$MINGW_W64_REVISION
[all …]