Home | History | Annotate | Download | only in tools

Lines Matching full:target_arch

969     TARGET_ARCH=$(echo $1 | cut -d - -f 1)
973 case $TARGET_ARCH in
977 mips|mipsel) TARGET=mipsel-linux-android; TARGET_ARCH=mips;;
978 *) panic "Unknown target toolchain architecture: $TARGET_ARCH"
988 # $NDK_DIR/prebuilts/$HOST/android-$TARGET_ARCH-gcc-$GCC_VERSION/
1004 case $TARGET_ARCH in
1356 local SRC_SYSROOT=$(arch_sysroot_dir $TARGET_ARCH)
1360 stamps_do sysroot-arch-$TARGET_ARCH gen_minimal_sysroot $TARGET_ARCH
1362 dump "$(host_text)$(toolchain_text) Copying $TARGET_ARCH sysroot"
1410 case $TARGET_ARCH in
1423 case $TARGET_ARCH in