Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Homebrew/brew.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. May 20, 2014
    • Jack Nagel's avatar
      Re-enable Xcode-only support on 10.9 · c5bcd99e
      Jack Nagel authored
      Closes Homebrew/homebrew#29377.
      c5bcd99e
    • Jack Nagel's avatar
      Set sysroot for non-clang compilers on 10.9 · b894d6e2
      Jack Nagel authored
      Although the correct sysroot is built into Apple's tools on 10.9, we
      need to continue setting it for custom compilers.
      b894d6e2
    • Jack Nagel's avatar
      Reorganize superenv include and library path setup · 613292e3
      Jack Nagel authored
      I found the dual use of CMAKE_*_PATH variables to make it difficult to
      reason about this code. Now a separate set of variables are used to
      communicate with the cc wrapper, and less work is performed in the
      wrapper itself.
      
      We no longer pass the SDK include path as a -isystem directory on
      Xcode-only setups. Doing so is redundant with `--sysroot` and has other
      side effects, namely changing the include path search order, which can
      break compilation of some software (e.g. qemu).
      
      On Xcode-only 10.9, we can additionally omit `--sysroot`, as the correct
      paths are built into the tools.
      
      A new variable, HOMEBREW_SYSROOT, is used to this information to the
      wrapper. It will be unset on Xcode-only 10.9. HOMEBREW_SDKROOT will
      continue to be set, as it is used for other things besides setting the
      include search path.
      613292e3
  2. May 19, 2014
  3. May 18, 2014
  4. May 17, 2014
  5. May 16, 2014
  6. May 15, 2014
  7. May 14, 2014
Loading