HomeSort by relevance Sort by last modified time
    Searched refs:DEFAULT_GCC_VERSION (Results 1 - 5 of 5) sorted by null

  /ndk/build/tools/
dev-defaults.sh 212 local PREFIX VERSION RET ADD DEFAULT_GCC_VERSION
218 DEFAULT_GCC_VERSION=$(get_default_gcc_version_for_arch $1)
221 if [ -z "$ADD" -a "$VERSION" = "$DEFAULT_GCC_VERSION" ]; then
build-gnu-libstdc++.sh 346 DEFAULT_GCC_VERSION=$(get_default_gcc_version_for_arch $ARCH)
348 # Only build for this GCC version if it on or after DEFAULT_GCC_VERSION
349 if [ "${VERSION%%l}" \< "$DEFAULT_GCC_VERSION" ]; then
build-gcc.sh 511 DEFAULT_GCC_VERSION=$(get_default_gcc_version_for_arch $ARCH)
512 if [ "$HOST_OS" = "linux" -a "$GCC_VERSION" = "$DEFAULT_GCC_VERSION" ]; then
664 if [ "$HOST_OS" = "linux" -a "$GCC_VERSION" = "$DEFAULT_GCC_VERSION" ]; then
build-device-llvm.sh 48 register_var_option "--gcc-version=<version>" OPTION_GCC_VERSION "Specify GCC toolchain version [Default: $DEFAULT_GCC_VERSION]"
  /ndk/tests/
run-tests-all.sh 189 DEFAULT_GCC_VERSION=$(get_default_gcc_version_for_arch $ARCH)
192 # Only process GCC_VERSION from DEFAULT_GCC_VERSION
193 if [ -z "$MAKE_IT" -a "$GCC_VERSION" = "$DEFAULT_GCC_VERSION" ]; then

Completed in 58 milliseconds