Home | History | Annotate | Download | only in icu4c

Lines Matching refs:BITS_REQ

4400     BITS_REQ=nochange
4423 ""|nochange) BITS_REQ=$withval ;;
4424 32|64|64else32) BITS_REQ=$withval ;;
4433 if test "$cross_compiling" = "yes" -a "${BITS_REQ}" != "nochange"; then
4820 case "$BITS_REQ" in
4833 case "$BITS_REQ" in
4844 case "$BITS_REQ" in
5375 if test "$BITS_REQ" = "64else32"; then
5377 BITS_REQ=64
5385 if test "$BITS_REQ" = "32" -a "$BITS_RUN_32" = "yes"; then
5391 elif test "$BITS_REQ" = "64" -a "$BITS_RUN_64" = "yes"; then
5398 { { $as_echo "$as_me:$LINENO: 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." >&5
5399 $as_echo "$as_me: 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." >&2;}