Lines Matching refs:toolchain
33 # with the mingw32 cross-toolchain.
36 # If darwin toolchain exist, build darwin too
49 register_var_option "--package-dir=<path>" PACKAGE_DIR "Package toolchain into this directory"
66 PROGRAM_PARAMETERS="<toolchain-src-dir>"
69 You need to give it the path to the toolchain source directory, as
70 downloaded by the 'download-toolchain-sources.sh' dev-script."
74 # Check toolchain source path
77 echo "ERROR: Please provide the path to the toolchain source tree. See --help"
89 echo "This is not the top of a toolchain tree: $SRC_DIR"
90 echo "You must give the path to a copy of the toolchain source directories"
91 echo "created by 'download-toolchain-sources.sh."
141 # 1/ Copy the NDK toolchain build scripts
142 # 2/ Copy the toolchain sources/package
157 # directory here on the machine, except toolchain sources
174 # Copy the toolchain sources
175 dump "Copy toolchain sources to remote"
176 ssh $REMOTE_HOST mkdir -p $TMPREMOTE/toolchain &&
177 (cd "$SRC_DIR" && tar czf - .) | (ssh $REMOTE_HOST tar xzf - -C $TMPREMOTE/toolchain)
178 fail_panic "Could not copy toolchain!"
182 dump "Running remote $ARCH toolchain build..."
184 run ssh $REMOTE_HOST "$TMPREMOTE/ndk/build/tools/build-host-prebuilts.sh $TMPREMOTE/toolchain --package-dir=$TMPREMOTE/packages --arch=$ARCH --ndk-dir=$TMPREMOTE/ndk --no-gen-platforms"
185 fail_panic "Could not build prebuilt $ARCH toolchain on Darwin!"
297 run $BUILDTOOLS/build-host-python.sh $TOOLCHAIN_FLAGS "--toolchain-src-dir=$SRC_DIR" "--systems=$SYSTEM" "--force"
315 echo "Building $SYSNAME toolchain for $ARCH architecture: $TOOLCHAIN_NAME"