Home | History | Annotate | Download | only in icu4c

Lines Matching refs:BITS_REQ

4357     BITS_REQ=nochange
4378 ""|nochange) BITS_REQ=$withval ;;
4379 32|64|64else32) BITS_REQ=$withval ;;
4386 if test "$cross_compiling" = "yes" -a "${BITS_REQ}" != "nochange"; then
4445 case "$BITS_REQ" in
4458 case "$BITS_REQ" in
4469 case "$BITS_REQ" in
4791 if test "$BITS_REQ" = "64else32"; then
4793 BITS_REQ=64
4801 if test "$BITS_REQ" = "32" -a "$BITS_RUN_32" = "yes"; then
4807 elif test "$BITS_REQ" = "64" -a "$BITS_RUN_64" = "yes"; then
4814 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