Home | History | Annotate | Download | only in icu4c

Lines Matching refs:BITS_REQ

4616     BITS_REQ=nochange
4637 ""|nochange) BITS_REQ=$withval ;;
4638 32|64|64else32) BITS_REQ=$withval ;;
4645 if test "$cross_compiling" = "yes" -a "${BITS_REQ}" != "nochange"; then
4704 case "$BITS_REQ" in
4717 case "$BITS_REQ" in
4728 case "$BITS_REQ" in
5050 if test "$BITS_REQ" = "64else32"; then
5052 BITS_REQ=64
5060 if test "$BITS_REQ" = "32" -a "$BITS_RUN_32" = "yes"; then
5066 elif test "$BITS_REQ" = "64" -a "$BITS_RUN_64" = "yes"; then
5073 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