Lines Matching refs:ARCH
26 ARCH=`$ADB_CMD -s "$DEVICE" shell getprop ro.product.cpu.abi | tr -dc '[:print:]'`
27 case "$ARCH" in
44 echo "ERROR: Unsupported architecture: $ARCH"
149 local ARCH=$3
153 echo ${STANDALONE_TMPDIR}/android-ndk-api${API}-${ARCH}-${TAG}-${GCC_VERSION}-${STL}
166 local ARCH=$3
174 --install-dir=$(standalone_path $TAG $API $ARCH $GCC_VERSION $STL) \
176 --toolchain=$(get_toolchain_name_for_arch $ARCH $GCC_VERSION) \
183 for ARCH in $(commas_to_spaces $DEFAULT_ARCHS); do
184 if [ "$ARCH" = "${ARCH%%64*}" ]; then
189 FIRST_GCC_VERSION=$(get_first_gcc_version_for_arch $ARCH)
201 dump "### [$TAG] Testing $ARCH gcc-$GCC_VERSION toolchain with --sysroot"
203 …./tests/standalone/run.sh --prefix=$(get_toolchain_binprefix_for_arch $ARCH $GCC_VERSION $TAG)-gcc)
207 … dump "### [$TAG] Making $ARCH gcc-$GCC_VERSION/clang$LLVM_VERSION standalone toolchain STL=$STL"
208 make_standalone $TAG $API $ARCH $GCC_VERSION $LLVM_VERSION $STL
210 dump "### [$TAG] Testing $ARCH gcc-$GCC_VERSION standalone toolchain"
213 …--prefix=$(standalone_path $TAG $API $ARCH $GCC_VERSION $STL)/bin/$(get_default_toolchain_prefix_f…
217 … if [ "$ARCH" != "${ARCH%%64*}" -a "$LLVM_VERSION" != "$DEFAULT_LLVM_VERSION" ]; then
220 …dump "### [$TAG] Testing clang$LLVM_VERSION in $ARCH gcc-$GCC_VERSION standalone toolchain STL=$ST…
223 --prefix=$(standalone_path $TAG $API $ARCH $GCC_VERSION $STL)/bin/clang)
224 rm -rf $(standalone_path $TAG $API $ARCH $GCC_VERSION $STL)