Home | History | Annotate | Download | only in tools

Lines Matching refs:toolchain

70     # If darwin toolchain exist, build darwin too
83 register_option "--also-64" do_ALSO_64 "Also build 64-bit host toolchain"
87 register_var_option "--toolchain-src-dir=<path>" TOOLCHAIN_SRCDIR "Use toolchain sources from <path>"
141 - downloading toolchain sources from the Internet
143 - rebuilding the toolchain binaries for the host system
157 more quickly, by preparing toolchain binary tarballs that can be
202 # Step 1, If needed, download toolchain sources into a temporary directory
204 dump "Using toolchain source directory: $TOOLCHAIN_SRCDIR"
205 timestamp_set toolchain-download-sources
207 if timestamp_check toolchain-download-sources; then
208 dump "Downloading toolchain sources..."
209 TOOLCHAIN_SRCDIR="$RELEASE_DIR/toolchain-src"
210 log "Using toolchain source directory: $TOOLCHAIN_SRCDIR"
211 run $ANDROID_NDK_ROOT/build/tools/download-toolchain-sources.sh "$TOOLCHAIN_SRCDIR"
213 dump "ERROR: Could not download toolchain sources"
216 timestamp_set toolchain-download-sources
224 # Step 2, build the host toolchain binaries and package them
228 dump "Building host toolchain binaries..."