Searched refs:NDK_HOST_32BIT (Results 1 – 7 of 7) sorted by relevance
58 if [ -z "$NDK_HOST_32BIT" ]; then59 NDK_HOST_32BIT=080 NDK_HOST_32BIT=1|NDK_HOST_32BIT=true)81 NDK_HOST_32BIT=183 NDK_HOST_32BIT=*)84 NDK_HOST_32BIT=0109 if [ "$NDK_HOST_32BIT" = "true" ]; then110 NDK_HOST_32BIT=1175 if [ "$NDK_HOST_32BIT" = "1" ]; then289 if [ -n "$NDK_HOST_32BIT" ] ; then[all …]
21 rem Check if NDK_HOST_32BIT is not set to 1/true, Windows is 64-bit, and 64-bit make exists22 if "%NDK_HOST_32BIT%"=="1" set TEMP=23 if "%NDK_HOST_32BIT%"=="true" set TEMP=
48 NDK_HOST_32BIT := $(strip $(NDK_HOST_32BIT))49 ifeq ($(NDK_HOST_32BIT),true)50 override NDK_HOST_32BIT := 1119 ifeq ($(NDK_HOST_32BIT),1)
113 NDK_HOST_32BIT=1 NDK_TOOLCHAIN_VERSION="${V#gcc*}" ./run-tests.sh --continue-on-build-fail129 …NDK_HOST_32BIT=1 NDK_TOOLCHAIN_VERSION="${V#gcc*}" ./run-tests.sh --continue-on-build-fail --wine …
414 case "$NDK_HOST_32BIT" in
45 ndk-build NDK_HOST_32BIT=1 --> Always use toolchain in 32-bit (see below)94 using NDK_HOST_32BIT=1 either in your envorinment or on the ndk-build command-line.
660 OS, you may export NDK_HOST_32BIT=1 or add it to the command-line to928 - Allow NDK_LOG=0, NDK_HOST_32BIT=0 to disable NDK_LOG and host 32-bit toolchain,