Lines Matching refs:arch
200 # The values of HOST_OS/ARCH/TAG will be redefined during the build to
323 # Print arch name in cyan
324 printf "[${COLOR_CYAN}${ARCH}${COLOR_END}]"
1052 echo "$BUILD_DIR/arch-$1/sysroot"
1064 local ARCH=$1
1065 local INSTALL_DIR=$(arch_sysroot_install_dir $ARCH)
1068 run2 $NDK_BUILDTOOLS_PATH/gen-platforms.sh --minimal --arch=$ARCH --dst-dir="$INSTALL_DIR"
1236 # Another special case, gold in binutils-2.21 for arch-x86 is buggy
1244 # Another special case, for arch-x86_64 gold supports x32 starting from 2.23
1359 # We need the arch-specific minimal sysroot
1360 stamps_do sysroot-arch-$TARGET_ARCH gen_minimal_sysroot $TARGET_ARCH
1425 ARGS=$ARGS" --with-arch=armv5te --with-float=soft --with-fpu=vfpv3-d16"
1428 ARGS=$ARGS" --with-arch=i686 --with-tune=atom --with-fpmath=sse"
1431 ARGS=$ARGS" --with-arch=x86-64 --with-tune=atom --with-fpmath=sse --with-multilib-list=m32,m64,mx32"
1436 ARGS=$ARGS" --with-arch=mips32 --disable-fixed-point --disable-threads"