Lines Matching refs:GCC_VERSION
150 local GCC_VERSION=$4
153 echo ${STANDALONE_TMPDIR}/android-ndk-api${API}-${ARCH}-${TAG}-${GCC_VERSION}-${STL}
167 local GCC_VERSION=$4
174 --install-dir=$(standalone_path $TAG $API $ARCH $GCC_VERSION $STL) \
176 --toolchain=$(get_toolchain_name_for_arch $ARCH $GCC_VERSION) \
191 for GCC_VERSION in $(commas_to_spaces $DEFAULT_GCC_VERSION_LIST); do
193 if [ -z "$MAKE_IT" -a "$GCC_VERSION" = "$DEFAULT_GCC_VERSION" ]; then
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…
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)