Home | History | Annotate | Download | only in tools

Lines Matching refs:toolchain

45 register_var_option "--toolchains=<toolchain[,toolchain]>" OPTION_TOOLCHAINS "Toolchain(s) to package"
53 "Generate the NDK toolchain package."
99 # Get the Toolchain sources
104 if [ -d "$PROGDIR/toolchain-patches" ]
106 PATCHES_SHA1=`( find $PROGDIR/toolchain-patches -type f -print ) | \
112 echo "Checking for Toolchain sources"
116 echo " Downloading Toolchain sources"
118 logfile="$TOP/download-toolchain-sources.log"
120 $PROGDIR/download-toolchain-sources.sh $NDK_SRC_DIR \
122 fail_panic "Could not download toolchain sources!"
196 echo "$ARCH: Rebuilding the toolchain and prebuilt tarballs for $TARGET_PLATFORM_OS"
229 echo "Packaging the NDK Toolchain sources"
230 NDK_TOOLCHAIN_PKG=${PACKAGE_DIR}/toolchain-src.tar.bz2
232 fail_panic "Could not package NDK Toolchain sources!"