Lines Matching refs:toolchain
45 register_var_option "--toolchains=<toolchain[,toolchain]>" OPTION_TOOLCHAINS "Toolchain(s) to package"
51 register_option "--also-64" do_ALSO_64 "Also build 64-bit host toolchain"
55 register_option "--separate-64" do_SEPARATE_64 "Separate 64-bit host toolchain to its own package"
70 "Generate the NDK toolchain package."
124 # Get the Toolchain sources
129 if [ -d "$PROGDIR/toolchain-patches" ]
131 PATCHES_SHA1=`( find $PROGDIR/toolchain-patches -type f -print ) | \
137 echo "Checking for Toolchain sources"
141 echo " Downloading Toolchain sources"
143 logfile="$TOP/download-toolchain-sources.log"
145 $PROGDIR/download-toolchain-sources.sh $NDK_SRC_DIR \
147 fail_panic "Could not download toolchain sources!"
196 echo "Rebuilding the toolchain and prebuilt tarballs for $TARGET_PLATFORM_OS"
230 echo "Packaging the NDK Toolchain sources"
231 NDK_TOOLCHAIN_PKG=${PACKAGE_DIR}/toolchain-src.tar.bz2
233 fail_panic "Could not package NDK Toolchain sources!"