Lines Matching full:darwin
53 register_var_option "--darwin-ssh=<hostname>" DARWIN_SSH "Specify Darwin hostname to ssh to for the build."
70 # If darwin toolchain exist, build darwin too
72 HOST_SYSTEMS="$HOST_SYSTEMS,darwin-x86"
76 if [ -n "$DARWIN_SSH" -a "$HOST_SYSTEMS" = "${HOST_SYSTEMS%darwin-x86*}" ]; then
77 HOST_SYSTEMS="$HOST_SYSTEMS,darwin-x86"
104 # Filter out darwin-x86 in $HOST_FLAGS, because
105 # 1) On linux when cross-compiling is done via "--darwin-ssh", keeping darwin-x86 in --systems list
106 # actually disable --darwin-ssh later on.
107 # 2) On MacOSX, darwin-x86 is the default, no need to be explicit.
109 HOST_FLAGS=$(echo "$HOST_FLAGS" | sed -e 's/darwin-x86//')
219 timestamp_clear build-darwin-prebuilts
234 if timestamp_check build-darwin-prebuilts; then
235 dump "Building Darwin prebuilts through ssh to $DARWIN_SSH..."
236 run $ANDROID_NDK_ROOT/build/tools/rebuild-all-prebuilt.sh --package-dir="$PREBUILT_DIR" --darwin-ssh="$DARWIN_SSH" "$TOOLCHAIN_SRCDIR"
237 fail_panic "Can't build Darwin binaries!"
238 timestamp_set build-darwin-prebuilts