Lines Matching refs:BITS_REQ
136 BITS_REQ=nochange
154 ""|nochange) BITS_REQ=$withval ;;
155 32|64|64else32) BITS_REQ=$withval ;;
160 if test "$cross_compiling" = "yes" -a "${BITS_REQ}" != "nochange"; then
186 case "$BITS_REQ" in
199 case "$BITS_REQ" in
210 case "$BITS_REQ" in
419 if test "$BITS_REQ" = "64else32"; then
421 BITS_REQ=64
429 if test "$BITS_REQ" = "32" -a "$BITS_RUN_32" = "yes"; then
435 elif test "$BITS_REQ" = "64" -a "$BITS_RUN_64" = "yes"; then
442 …AC_MSG_ERROR([Requested $BITS_REQ bit binaries but could not compile and execute them. See readme.…