Home | History | Annotate | Download | only in tools

Lines Matching refs:toolchain

55 register_var_option "--toolchain-src-dir=<path>" OPTION_SRC_DIR "Select toolchain source directory"
61 register_option "--also-64" do_ALSO_64 "Also build 64-bit host toolchain"
65 register_option "--separate-64" do_SEPARATE_64 "Separate 64-bit host toolchain to its own package"
80 "Generate the NDK toolchain package."
134 # Get the Toolchain sources
139 if [ -d "$PROGDIR/toolchain-patches" ]
141 PATCHES_SHA1=`( find $PROGDIR/toolchain-patches -type f -print ) | \
147 echo "Checking for Toolchain sources"
154 echo " Downloading Toolchain sources"
156 logfile="$TOP/download-toolchain-sources.log"
158 $PROGDIR/download-toolchain-sources.sh $OPTION_SRC_DIR \
160 fail_panic "Could not download toolchain sources!"
206 echo "Rebuilding the toolchain and prebuilt tarballs for $TARGET_PLATFORM_OS"
243 echo "Packaging the NDK Toolchain sources"
244 NDK_TOOLCHAIN_PKG=${PACKAGE_DIR}/toolchain-src.tar.bz2
246 fail_panic "Could not package NDK Toolchain sources!"