Lines Matching refs:BITS_REQ
4602 BITS_REQ=nochange
4623 ""|nochange) BITS_REQ=$withval ;;
4624 32|64|64else32) BITS_REQ=$withval ;;
4631 if test "$cross_compiling" = "yes" -a "${BITS_REQ}" != "nochange"; then
4690 case "$BITS_REQ" in
4703 case "$BITS_REQ" in
4714 case "$BITS_REQ" in
5023 if test "$BITS_REQ" = "64else32"; then
5025 BITS_REQ=64
5033 if test "$BITS_REQ" = "32" -a "$BITS_RUN_32" = "yes"; then
5039 elif test "$BITS_REQ" = "64" -a "$BITS_RUN_64" = "yes"; then
5046 as_fn_error $? "Requested $BITS_REQ bit binaries but could not compile and execute them. See readme.html for help with cross compilation., and set compiler options manually." "$LINENO" 5