- ac43c55 Remove macros that Darwin never used. by Elliott Hughes · 11 months ago
- 876b12f Update the minimum macos deployment version to 10.14 by Dan Willemsen · 1 year, 2 months ago
- 4fa894d Removed unused GCC references by Colin Cross · 2 years, 4 months ago
- fc3b064 Make toolchain more compose-y by Colin Cross · 2 years, 5 months ago
- 57da826 Do not add non-existing -Bprebuilts/gcc/.../bin by Chih-Hung Hsieh · 2 years, 11 months ago
- e3d50bf Support macOS 12 SDK by Dan Willemsen · 3 years, 1 month ago
- 4745007 Add Darwin x86_64+arm64 universal binary support by Dan Willemsen · 3 years, 3 months ago
- 1332eda Drop support for pre-macOS 11 SDKs by Dan Willemsen · 3 years, 3 months ago
- 8528f4e Add Darwin+Arm64 toolchain support by Dan Willemsen · 3 years, 3 months ago[Renamed (81%) from cc/config/x86_darwin_host.go]
- 7368d86 Rewrite macOS SDK selection by Dan Willemsen · 3 years, 3 months ago
- 9fe1410 Add android_sdk_repo_host to build platform-tools&build-tools by Dan Willemsen · 3 years, 6 months ago
- 3dc4326 Bump minimum MacOS version to 10.13 by Dan Willemsen · 3 years, 6 months ago
- f8e5370 Fix build on older Macs with universal binary Clang by Yi Kong · 3 years, 6 months ago
- 0523ba2 Rename ninja variables with Clang in the name by Colin Cross · 3 years, 6 months ago
- 33bac24 Remove clang indirection without affecting build.ninja by Colin Cross · 3 years, 6 months ago
- e3fee34 Create toolchainBionic for the various bionic-based toolchains to inherit from by Colin Cross · 3 years, 7 months ago
- 21d5c7a Hard-wire the path to xcrun as /usr/bin/xcrun. by Lukacs T. Berki · 3 years, 10 months ago
- 5191b00 Add Mac 11.1 SDK to the allowlist by Dan Willemsen · 4 years ago
- 2838c81 Fail if non-allowlisted host system tool is used. by Jingwen Chen · 4 years, 2 months ago
- 695dc69 Add support for macOS 11 SDK by Dan Willemsen · 4 years, 6 months ago
- 6ba5367 Fix long mac test times; only initialize host settings once by Dan Willemsen · 4 years, 10 months ago
- 7622713 Bump the macOS version to 10.10. by Elliott Hughes · 5 years ago
- 632dbb3 Bump our macOS target version to 10.9. by Elliott Hughes · 5 years ago
- 89dad60 Add support for 10.15 SDK by Dan Willemsen · 5 years ago
- 97d017e Allow linking against SystemConfiguration framework on Mac by Dan Willemsen · 6 years ago
- bd4abf5 Remove GCC-specific toolchain methods by Dan Willemsen · 6 years ago
- e97e68a Clean up darwin cc toolchain by Dan Willemsen · 6 years ago
- 5a050c0 Support Mac 10.14 SDK by Dan Willemsen · 6 years ago
- 3101a96 Define clang lld flags for hosts. by Chih-Hung Hsieh · 7 years ago
- 02b4da5 Add USE_CLANG_LLD and use_clang_lld. by Chih-Hung Hsieh · 7 years ago
- 54daaf0 Switch PackageContext functions to take a ctx by Dan Willemsen · 7 years ago
- 0875c52 Wrap PackageContext and SingletonContext by Colin Cross · 7 years ago
- 7278afc Consolidate global cflags by Colin Cross · 7 years ago
- 09302be Use correct flags for host-side assembly by Greg Hartman · 7 years ago
- bd42549 Don't use the platform copy of libz by Dan Willemsen · 7 years ago
- 01abb09 Add 10.13 Mac SDK to whitelist by Nathan Harold · 7 years ago
- 6606872 Revert "Revert "Ensure environment dependencies are correct"" by Dan Willemsen · 8 years ago
- 300151b Always use the standard OSX SDK tools by Dan Willemsen · 8 years ago
- 124fd9a Add more whitelisted host libraries by Colin Cross · 8 years ago
- 2e47b34 Add Toolchain.Bionic() by Dan Willemsen · 8 years ago
- 85e3d01 Remove support for building with OSX 10.8/9 SDKs by Dan Willemsen · 8 years ago
- 94d7543 Support MacOS SDK version 10.12 by Eyal Lezmy · 8 years ago
- 3923e84 Allow -lobjc and -framework IOKit in darwin host_ldlibs. by Josh Gao · 8 years ago
- 92da2b5 Allow darwin targets to use -framework CoreFoundation. by Josh Gao · 8 years ago
- b98c8b0 Move toolchain and global variables into separate package by Colin Cross · 8 years ago[Renamed (65%) from cc/x86_darwin_host.go]
- 2b1f094 Add more allowed ldlibs for darwin and windows by Dan Willemsen · 8 years ago
- 72ad175 Allow libdl on Darwin by Dan Willemsen · 9 years ago
- 141d566 Remove support for libstdc++ on Android/Linux/Darwin by Dan Willemsen · 9 years ago
- 29d9f87 Allow -lz on Darwin by Dan Willemsen · 9 years ago
- a1ad8d1 Simplify arch target handling by Colin Cross · 9 years ago
- b9db480 Revert "Simplify arch target handling" by Colin Cross · 9 years ago
- 54c7112 Simplify arch target handling by Colin Cross · 9 years ago
- 20acc5c Add flag property checking by Dan Willemsen · 9 years ago
- 635c3b0 Rename common to android by Colin Cross · 9 years ago
- b8ecdfe Fix stripping on Darwin by Colin Cross · 9 years ago
- d30e610 Move runpaths out of global ldflags by Dan Willemsen · 9 years ago
- 01fdd3d Various host flag updates to match Make by Dan Willemsen · 9 years ago
- 6fb8b8d OSX: Use the oldest SDK, but always set our target to 10.8 by Dan Willemsen · 9 years ago
- 282a4b0 Fix C++ on Darwin by Dan Willemsen · 9 years ago
- f534a10 Reorder extra clang host flags by Dan Willemsen · 9 years ago
- 7a0f848 Align flags with make by Dan Willemsen · 9 years ago
- cf7c71b Use xcrun and xcode-select to auto-configure mac sdk by Dan Willemsen · 9 years ago
- 34cc69e Use `Path` instead of string for file paths by Dan Willemsen · 9 years ago
- 34fc3b1 Expose real GccVersion by Dan Willemsen · 9 years ago
- 490fd49 Support cross-compiling Windows binaries on Linux by Dan Willemsen · 9 years ago
- c5c24ad Add arch features by Colin Cross · 9 years ago
- 3bf6b47 Update flags to match make by Dan Willemsen · 9 years ago
- 0af4b84 Add support for building on Darwin hosts by Colin Cross · 10 years ago