Searched refs:HOST_ARCH (Results 1 - 8 of 8) sorted by relevance

/ndk/
H A Dndk-build143 HOST_ARCH=$(uname -m)
144 case $HOST_ARCH in
145 i?86) HOST_ARCH=x86;;
146 x86_64|amd64) HOST_ARCH=x86_64;;
147 *) echo "ERROR: Unknown host CPU architecture: $HOST_ARCH"
150 log "HOST_ARCH=$HOST_ARCH"
153 HOST_TAG="$HOST_OS-$HOST_ARCH"
160 HOST_ARCH=x86
161 log "HOST_ARCH
[all...]
/ndk/build/tools/
H A Dndk-common.sh241 ## First, we need to detect the HOST CPU, because proper HOST_ARCH detection
274 HOST_ARCH=`uname -m`
275 case "$HOST_ARCH" in
276 i?86) HOST_ARCH=x86
283 HOST_ARCH=x86_64
287 amd64) HOST_ARCH=x86_64
289 powerpc) HOST_ARCH=ppc
294 case "$HOST_OS-$HOST_ARCH" in
314 HOST_ARCH=x86
319 log2 "HOST_ARCH
[all...]
H A Dbuild-mingw64-toolchain.sh331 HOST_ARCH=i686
335 HOST_ARCH=x86_64
340 linux) HOST_TAG=$HOST_ARCH-linux-gnu;;
341 darwin) HOST_TAG=$HOST_ARCH-apple-darwinx11;;
342 cygwin) HOST_TAG=$HOST_ARCH-pc-cygwin;;
711 PACKAGE_NAME=$PACKAGE_DIR/$TARGET_TAG-$OS-$HOST_ARCH.tar.bz2
H A Dcommon-build-host-funcs.sh66 BH_BUILD_ARCH=$HOST_ARCH
H A Dbuild-host-gcc.sh207 BUILD_ARCH=$HOST_ARCH
881 HOST_ARCH=$(tag_to_arch $1)
H A Dbuild-llvm.sh156 ARCH=$HOST_ARCH
235 if [ "$HOST_TAG32" = "darwin-x86" -o "$DARWIN" = "yes" ]; then # -a "$HOST_ARCH" = "x86"
H A Dprebuilt-common.sh682 if [ "$HOST_ARCH" = "x86_64" -a "$TRY64" = "yes" ]; then
734 if [ "$HOST_ARCH" = "x86_64" -a "$TRY64" = "yes" ]; then
/ndk/build/core/
H A Dinit.mk221 HOST_ARCH := $(strip $(HOST_ARCH)) macro
223 ifndef HOST_ARCH
225 HOST_ARCH := $(PROCESSOR_ARCHITECTURE) macro
226 ifeq ($(HOST_ARCH),AMD64)
227 HOST_ARCH := x86 macro
236 HOST_ARCH := x86 macro
243 HOST_ARCH := ppc macro
245 ifeq ($(HOST_ARCH),)
250 $(call ndk_log,Host CPU was auto-detected: $(HOST_ARCH))
[all...]

Completed in 50 milliseconds