Lines Matching refs:toolchain
18 # This script is used to rebuild the Linux 32-bit cross-toolchain
25 # to download and patch the toolchain sources from android.git.kernel.org)
31 # ./uild-hardy-toolchain.sh
77 echo " This is needed to download the toolchain sources."
81 NDK_DOWNLOAD_TOOLCHAIN_SOURCES_SH="$NDK/build/tools/download-toolchain-sources.sh"
88 # Versions of various toolchain components, do not touch unless you know
97 # Location where we will download the toolchain sources
98 TOOLCHAIN_SRC_DIR=$ROOT_DIR/toolchain-src
104 # Name of the final generated toolchain
107 # Name of the final toolchain binary tarball that this script will create
110 # Location where we're going to install the toolchain
114 # to ensure that the toolchain binaries are properly relocatable (i.e. can
663 task_define download_toolchain_sources "Download toolchain sources from android.git.kernel.org"
879 task_define cleanup_toolchain "Cleanup toolchain"
894 task_define package_toolchain "Package final toolchain"