HomeSort by relevance Sort by last modified time
    Searched refs:MINGW_W64_REVISION (Results 1 - 2 of 2) sorted by null

  /ndk/build/tools/
build-mingw64-toolchain.sh 428 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" ] ; the
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/
build-mingw64-toolchain.sh 428 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" ] ; the
    [all...]

Completed in 62 milliseconds