Home | History | Annotate | Download | only in tests

Lines Matching refs:ARCH

21         # get arch
22 ARCH=`$ADB_CMD -s "$DEVICE" shell getprop ro.product.cpu.abi | tr -dc '[:print:]'`
23 case "$ARCH" in
34 echo "ERROR: Unsupported architecture: $ARCH"
132 # $3: Arch
139 local ARCH=$3
143 echo ${STANDALONE_TMPDIR}/android-ndk-api${API}-${ARCH}-${TAG}-${GCC_VERSION}-${STL}
148 # $3: Arch
156 local ARCH=$3
164 --install-dir=$(standalone_path $TAG $API $ARCH $GCC_VERSION $STL) \
166 --toolchain=$(get_toolchain_name_for_arch $ARCH $GCC_VERSION) \
172 for ARCH in $(commas_to_spaces $DEFAULT_ARCHS); do
175 dump "### [$TAG] Testing $ARCH gcc-$GCC_VERSION toolchain with --sysroot"
177 ./tests/standalone/run.sh --prefix=$(get_toolchain_binprefix_for_arch $ARCH $GCC_VERSION $TAG)-gcc)
181 dump "### [$TAG] Making $ARCH gcc-$GCC_VERSION/clang$LLVM_VERSION standalone toolchain STL=$STL"
182 make_standalone $TAG $API $ARCH $GCC_VERSION $LLVM_VERSION $STL
184 dump "### [$TAG] Testing $ARCH gcc-$GCC_VERSION standalone toolchain"
187 --prefix=$(standalone_path $TAG $API $ARCH $GCC_VERSION $STL)/bin/$(get_default_toolchain_prefix_for_arch $ARCH)-gcc)
190 dump "### [$TAG] Testing clang$LLVM_VERSION in $ARCH gcc-$GCC_VERSION standalone toolchain STL=$STL"
193 --prefix=$(standalone_path $TAG $API $ARCH $GCC_VERSION $STL)/bin/clang)
194 rm -rf $(standalone_path $TAG $API $ARCH $GCC_VERSION $STL)