Lines Matching full:gcc_version
140 local GCC_VERSION=$4
143 echo ${STANDALONE_TMPDIR}/android-ndk-api${API}-${ARCH}-${TAG}-${GCC_VERSION}-${STL}
157 local GCC_VERSION=$4
164 --install-dir=$(standalone_path $TAG $API $ARCH $GCC_VERSION $STL) \
166 --toolchain=$(get_toolchain_name_for_arch $ARCH $GCC_VERSION) \
173 for GCC_VERSION in $(commas_to_spaces $DEFAULT_GCC_VERSION_LIST); 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)