Lines Matching refs:darwin
53 darwin-x86
54 darwin-x86_64
72 On Darwin, the script will try to probe any compatibility SDK installed
75 --darwin-sdk-version=<version> name, where <version> can be one of 10.4, 10.5,
79 different compatibility minimum with --darwin-min-version.
81 If you want to build Darwin binaries on a non-Darwin machine, you will
148 if [ "$HOST_OS" = darwin ]; then
150 register_var_option "--darwin-sdk-version=<version>" DARWIN_SDK "Select Darwin SDK version."
153 register_var_option "--darwin-min-version=<version>" DARWIN_MIN_VERSION "Select minimum OS X version of generated host toolchains."
214 # darwin-x86
215 # darwin-x86_64
229 # i686-apple-darwin (OS X / Darwin, x86 CPU)
230 # x86_64-apple-darwin (OS X / Darwin, x86_64 CPU)
240 # flags to deal with backwards-compatibility SDKs (Darwin) or 32/64 bit
258 darwin-*) RET="darwin";;
359 # On Darwin, parallel installs of certain libraries do not work on
363 darwin) NUM_INSTALL_JOBS=1;;
437 darwin-x86) RET=i686-apple-darwin;;
438 darwin-x86_64) RET=x86_64-apple-darwin;;
573 # Used to determine the minimum possible Darwin version that a Darwin SDK
588 # Use the check for the availability of a compatibility SDK in Darwin
593 # $2: Darwin architecture
684 darwin-*)
687 darwin)
714 dump "If you want to build Darwin binaries on a non-Darwin machine,"
719 dump " DARWIN_SYSROOT=\"~/darwin-cross/MacOSX10.7.sdk\""
731 dump "Using darwin cross-toolchain: ${HOST_FULLPREFIX}gcc"
1272 darwin) BUILD_GOLD=;; # Building Gold fails with an internal compiler error on Darwin!