Lines Matching full:arch
112 local ARCH BINPREFIX SYSROOT GNUSTL_SRCDIR
129 ARCH=$(convert_abi_to_arch $ABI)
131 BINPREFIX=$NDK_DIR/$(get_toolchain_binprefix_for_arch $ARCH $GCC_VERSION $TAG)
149 SYSROOT=$NDK_DIR/$(get_default_platform_sysroot_for_arch $ARCH)
150 LDIR=$SYSROOT"/usr/"$(get_default_libdir_for_arch $ARCH)
162 case $ARCH in
237 if [ "$ARCH" == "x86_64" -o "$ARCH" == "mips64" ]; then
281 local ARCH=$(convert_abi_to_arch $ABI)
283 local PREFIX=$(get_default_toolchain_prefix_for_arch $ARCH)
302 if [ "$ARCH" = "x86_64" -o "$ARCH" = "mips64" ]; then
304 if [ "$ARCH" = "x86_64" ]; then
312 if [ "$ARCH" != "${ARCH%%64*}" ]; then
313 #Can't call $(get_default_libdir_for_arch $ARCH) which contain hack for arm64 and mips64
322 if [ "$ARCH" = "x86_64" -o "$ARCH" = "mips64" ]; then
329 if [ "$ARCH" = "x86_64" ]; then
345 ARCH=$(convert_abi_to_arch $ABI)
346 DEFAULT_GCC_VERSION=$(get_default_gcc_version_for_arch $ARCH)