Home | History | Annotate | Download | only in tools

Lines Matching refs:MINGW

297 MINGW=no
302 echo "Can not have both --mingw and --darwin"
305 MINGW=yes;
309 if [ "$MINGW" = "yes" ]; then
310 echo "Can not have both --mingw and --darwin"
319 register_option "--mingw" do_mingw_option "Generate windows binaries on Linux."
627 if [ "$MINGW" = "yes" -o "$DARWIN" = "yes" ] ; then
632 echo "ERROR: Can only enable --mingw or --darwin on Linux platforms !"
636 if [ "$MINGW" = "yes" ] ; then
661 # Find mingw toolchain
663 # Set MINGW_GCC to the found mingw toolchain
694 # Scan $BINPREFIXLST list to find installed mingw toolchain. It will be
699 dump "Found mingw toolchain: $MINGW_GCC"
707 # $1: install directory for mingw/darwin wrapper toolchain
711 if [ "$MINGW" != "yes" -a "$DARWIN" != "yes" ]; then
715 if [ "$MINGW" = "yes" ]; then
776 # this is required for mingw/darwin build to avoid tools canadian cross configuration issues
828 if [ "$NDK_CCACHE" -a "$MINGW" != "yes" -a "$DARWIN" != "yes" ]; then
846 if [ "$MINGW" = "yes" -o "$DARWIN" = "yes" ]; then
852 if [ "$MINGW" = "yes" ]; then
947 # Now deal with mingw or darwin
948 if [ "$MINGW" = "yes" -o "$DARWIN" = "yes" ]; then
1000 # Now handle the --mingw/--darwin flag
1001 if [ "$MINGW" = "yes" -o "$DARWIN" = "yes" ] ; then
1004 if [ "$MINGW" = "yes" ] ; then
1006 # perform a canadian-cross build with mingw. Otherwise, the
1151 # NOTE: Handles the case where '$MINGW = true' or '$DARWIN = true'
1156 if [ "$MINGW" = "yes" ]; then
1184 if [ "$MINGW" = "yes" ]; then
1460 # NOTE: This deals with MINGW==yes or DARWIN==yes appropriately
1472 # NOTE: This deals with MINGW==yes or DARWIN==yes appropriately.