Lines Matching refs:toolchain
33 # with the mingw32 cross-toolchain.
45 register_var_option "--package-dir=<path>" PACKAGE_DIR "Package toolchain into this directory"
55 PROGRAM_PARAMETERS="<toolchain-src-dir>"
58 You need to give it the path to the toolchain source directory, as
59 downloaded by the 'download-toolchain-sources.sh' dev-script."
63 # Check toolchain source path
66 echo "ERROR: Please provide the path to the toolchain source tree. See --help"
78 echo "This is not the top of a toolchain tree: $SRC_DIR"
79 echo "You must give the path to a copy of the toolchain source directories"
80 echo "created by 'download-toolchain-sources.sh."
129 # 1/ Copy the NDK toolchain build scripts
130 # 2/ Copy the toolchain sources/package
145 # directory here on the machine, except toolchain sources
162 # Copy the toolchain sources
163 dump "Copy toolchain sources to remote"
164 ssh $REMOTE_HOST mkdir -p $TMPREMOTE/toolchain &&
165 (cd "$SRC_DIR" && tar czf - .) | (ssh $REMOTE_HOST tar xzf - -C $TMPREMOTE/toolchain)
166 fail_panic "Could not copy toolchain!"
170 dump "Running remote $ARCH toolchain build..."
172 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"
173 fail_panic "Could not build prebuilt $ARCH toolchain on Darwin!"
249 echo "Building $SYSTEM toolchain for $ARCH architecture: $TOOLCHAIN_NAME"