Home
last modified time | relevance | path

Searched refs:NDK_HOST_32BIT (Results 1 – 7 of 7) sorted by relevance

/ndk/
Dndk-build58 if [ -z "$NDK_HOST_32BIT" ]; then
59 NDK_HOST_32BIT=0
80 NDK_HOST_32BIT=1|NDK_HOST_32BIT=true)
81 NDK_HOST_32BIT=1
83 NDK_HOST_32BIT=*)
84 NDK_HOST_32BIT=0
109 if [ "$NDK_HOST_32BIT" = "true" ]; then
110 NDK_HOST_32BIT=1
175 if [ "$NDK_HOST_32BIT" = "1" ]; then
289 if [ -n "$NDK_HOST_32BIT" ] ; then
[all …]
Dfind-win-host.cmd21 rem Check if NDK_HOST_32BIT is not set to 1/true, Windows is 64-bit, and 64-bit make exists
22 if "%NDK_HOST_32BIT%"=="1" set TEMP=
23 if "%NDK_HOST_32BIT%"=="true" set TEMP=
/ndk/build/core/
Dinit.mk48 NDK_HOST_32BIT := $(strip $(NDK_HOST_32BIT))
49 ifeq ($(NDK_HOST_32BIT),true)
50 override NDK_HOST_32BIT := 1
119 ifeq ($(NDK_HOST_32BIT),1)
/ndk/tests/
Drun-tests-all.sh113 NDK_HOST_32BIT=1 NDK_TOOLCHAIN_VERSION="${V#gcc*}" ./run-tests.sh --continue-on-build-fail
129NDK_HOST_32BIT=1 NDK_TOOLCHAIN_VERSION="${V#gcc*}" ./run-tests.sh --continue-on-build-fail --wine …
Drun-tests.sh414 case "$NDK_HOST_32BIT" in
/ndk/docs/text/
DNDK-BUILD.text45 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.
DCHANGES.text660 OS, you may export NDK_HOST_32BIT=1 or add it to the command-line to
928 - Allow NDK_LOG=0, NDK_HOST_32BIT=0 to disable NDK_LOG and host 32-bit toolchain,