Home | History | Annotate | Download | only in tools

Lines Matching full:darwin

292 DARWIN=no
295 if [ "$DARWIN" = "yes" ]; then
296 echo "Can not have both --mingw and --darwin"
304 echo "Can not have both --mingw and --darwin"
307 DARWIN=yes;
314 register_option "--darwin" do_darwin_option "Generate darwin binaries on Linux."
569 # Check for the availability of a compatibility SDK in Darwin
598 # Probe Darwin SDK in specified diectory $DARWIN_SYSROOT, or
605 log "Use darwin sysroot $DARWIN_SYSROOT"
607 echo "darwin sysroot $DARWIN_SYSROOT is not valid"
621 if [ "$MINGW" = "yes" -o "$DARWIN" = "yes" ] ; then
626 echo "ERROR: Can only enable --mingw or --darwin on Linux platforms !"
644 ABI_CONFIGURE_HOST=x86_64-apple-darwin
645 darwin-x86_64
647 ABI_CONFIGURE_HOST=i686-apple-darwin
648 HOST_TAG=darwin-x86
650 HOST_OS=darwin
701 # $1: install directory for mingw/darwin wrapper toolchain
705 if [ "$MINGW" != "yes" -a "$DARWIN" != "yes" ]; then
721 echo "Please set DARWIN_TOOLCHAIN to darwin cross-toolchain"
725 echo "darwin cross-toolchain $DARWIN_TOOLCHAIN-gcc doesn't exist"
729 BINPREFIX=x86_64-apple-darwin-
734 BINPREFIX=i686-apple-darwin-
747 if [ "$DARWIN" = "yes" ] ; then
770 # this is required for mingw/darwin build to avoid tools canadian cross configuration issues
802 # We can't use this here when building Windows/darwin binaries on Linux with
806 if [ "$NDK_CCACHE" -a "$MINGW" != "yes" -a "$DARWIN" != "yes" ]; then
824 if [ "$MINGW" = "yes" -o "$DARWIN" = "yes" ]; then
833 log "Generating $HOST_BITS-bit Darwin binaries"
835 # Do *not* set CC and CXX when building the Windows/Darwin binaries in canadian build.
853 elif [ "$HOST_OS" = "darwin" ]; then
854 LEGACY_TOOLCHAIN_DIR="$ANDROID_NDK_ROOT/../prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/bin"
868 darwin-*)
920 # Now deal with mingw or darwin
921 if [ "$MINGW" = "yes" -o "$DARWIN" = "yes" ]; then
948 darwin-x86)
949 ABI_CONFIGURE_BUILD=i686-apple-darwin
951 darwin-x86_64)
952 ABI_CONFIGURE_BUILD=x86_64-apple-darwin
969 # Now handle the --mingw/--darwin flag
970 if [ "$MINGW" = "yes" -o "$DARWIN" = "yes" ] ; then
1072 # NOTE: Handles the case where '$MINGW = true' or '$DARWIN = true'
1073 # For now, valid values are: linux-x86, darwin-x86 and windows
1084 if [ "$DARWIN" = "yes" ]; then
1085 RET=darwin-x86_64 # let the following handles 32-bit case
1093 darwin-x86_64)
1095 RET=darwin-x86
1315 # NOTE: This deals with MINGW==yes or DARWIN==yes appropriately
1327 # NOTE: This deals with MINGW==yes or DARWIN==yes appropriately.