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

  /ndk/build/tools/
make-release.sh 63 MINGW_GCC=
67 if [ -n "$MINGW_GCC" ] ; then
93 if [ -z "$MINGW_GCC" ]; then
prebuilt-common.sh 657 # Set MINGW_GCC to the found mingw toolchain
691 find_program MINGW_GCC ${i}gcc
692 if [ -n "$MINGW_GCC" ]; then
693 dump "Found mingw toolchain: $MINGW_GCC"
711 if [ -z "$MINGW_GCC" ]; then
718 CROSS_GCC=$MINGW_GCC
    [all...]

Completed in 232 milliseconds