Lines Matching refs:ARCH
121 local ARCH BINPREFIX SYSROOT GNUSTL_SRCDIR
138 ARCH=$(convert_abi_to_arch $ABI)
140 BINPREFIX=$NDK_DIR/$(get_toolchain_binprefix_for_arch $ARCH $GCC_VERSION $TAG)
158 SYSROOT=$NDK_DIR/$(get_default_platform_sysroot_for_arch $ARCH)
159 LDIR=$SYSROOT"/usr/"$(get_default_libdir_for_arch $ARCH)
178 case $ARCH in
266 if [ "$ARCH" = "x86_64" -o "$ARCH" = "mips64" -o "$ARCH" = "mips" ] ; then
268 elif [ "$ARCH" = "mips" -a $GCC_VERSION = "4.9" ] ; then
312 local ARCH=$(convert_abi_to_arch $ABI)
314 local PREFIX=$(get_default_toolchain_prefix_for_arch $ARCH)
333 case "$ARCH" in
355 elif [ "$ARCH" != "${ARCH%%64*}" ]; then
365 case "$ARCH" in
408 ARCH=$(convert_abi_to_arch $ABI)
409 FIRST_GCC_VERSION=$(get_first_gcc_version_for_arch $ARCH)