After some deep investigation (including reading the clang source), turns
out the easiest way is to just set an environment variable for the duration
of the GHC configure/build sequence:

export MACOSX_DEPLOYMENT_TARGET=10.7


​Will "do the right thing" in all contexts throughout the build without
needing to thread command options through.

I've tested this and it works.

It does raise the issue of should set it as far back as 10.6?

- Mark
_______________________________________________
ghc-devs mailing list
ghc-devs@haskell.org
http://www.haskell.org/mailman/listinfo/ghc-devs

Reply via email to