Home
last modified time | relevance | path

Searched refs:BITS_REQ (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/
Dacinclude.m4136 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
[all …]
Dconfigure4802 if test "$cross_compiling" = "yes" -a "${BITS_REQ}" != "nochange"; then
4861 case "$BITS_REQ" in
4874 case "$BITS_REQ" in
4885 case "$BITS_REQ" in
5207 if test "$BITS_REQ" = "64else32"; then
5209 BITS_REQ=64
5217 if test "$BITS_REQ" = "32" -a "$BITS_RUN_32" = "yes"; then
5223 elif test "$BITS_REQ" = "64" -a "$BITS_RUN_64" = "yes"; then
5230 …as_fn_error $? "Requested $BITS_REQ bit binaries but could not compile and execute them. See readm…