Home | History | Annotate | Download | only in tools

Lines Matching refs:yes

266 do_mingw_option () { MINGW=yes; }
276 do_try64_option () { TRY64=yes; }
365 value="yes"
381 value="yes"
451 if [ $VERBOSE = "yes" ] ; then
452 VERBOSE2=yes
454 VERBOSE=yes
546 if [ "$MINGW" = "yes" ] ; then
555 if [ "$TRY64" = "yes" ]; then
569 if [ "$TRY64" != "yes" ]; then
604 if [ "$HOST_OS" = "linux" -a -z "$CC" -a "$MINGW" != "yes" -a "$TRY64" != "yes" ]; then
652 if [ "$TRY64" != "yes" ]; then
662 log "yes"
666 if [ "$TRY64" != "yes" ]; then
677 if [ "$MINGW" = "yes" ]; then
724 if [ "$MINGW" = "yes" ] ; then
808 if [ "$MINGW" = "yes" ]; then
829 if [ "$MINGW" = "yes" ]; then
928 # NOTE: This deals with MINGW==yes appropriately
940 # NOTE: This deals with MINGW==yes appropriately.