summary refs log tree commit diff
path: root/pkgs/stdenv/darwin
AgeCommit message (Expand)AuthorFilesLines
2015-01-14rename gcc-wrapper to cc-wrapper.Eric Seidel1-2/+2
2014-12-27I think this should fix the evaluation errors in hydraDaniel Peebles1-3/+3
2014-11-04Set SDKROOT etc. in stdenvNativeEelco Dolstra2-7/+10
2014-11-04Set MACOSX_DEPLOYMENT_TARGET to 10.9Eelco Dolstra1-2/+2
2014-10-15stdenv-darwin: Revert to clang 3.3Eelco Dolstra1-1/+1
2014-10-14stdenv-darwin: Pass through libcxx/libcxxabiEelco Dolstra1-1/+1
2014-10-11Unify gcc-wrapper and clang-wrapperEelco Dolstra1-2/+2
2014-09-29Remove broken libunwindNative packageEelco Dolstra1-6/+1
2014-09-24clang-wrapper: Remove explicit dependency on libc++Eelco Dolstra1-5/+6
2014-09-24stdenvDarwin: Do not wrap clang twiceEelco Dolstra1-2/+1
2014-09-09build nix head successfullyJoel Taylor1-2/+4
2014-09-09livcxx buildJoel Taylor1-3/+3
2014-09-09wip libc++Joel Taylor1-0/+5
2014-09-09suitable clang stdenvJoel Taylor1-0/+47
2008-02-21* Renamed the darwin stdenv to powerpc-darwin, since i686-darwin uses stdenv/...Eelco Dolstra2-30/+0
2008-02-21* Don't strip all symbols from $out/bin by default, since it makesEelco Dolstra1-1/+2
2006-10-27* nativeGlibc -> nativeLibc (gcc-cross-wrapper is probably brokenEelco Dolstra1-1/+1
2006-03-08* Fix "infinite recursion" errors on FreeBSD and Darwin.Eelco Dolstra1-0/+5
2004-07-02* Don't strip debug info on Darwin, otherwise links by libtool failEelco Dolstra1-0/+1
2004-07-01* Don't apply the libtool fix in Darwin, since it's not a pure buildEelco Dolstra1-0/+1
2004-05-18* Darwin (Mac OS X) standard environment.Eelco Dolstra2-0/+22