about summary refs log tree commit diff
path: root/pkgs/stdenv/darwin
AgeCommit message (Expand)AuthorFilesLines
2015-05-11add is{GNU,Clang} attrs to cc-wrapper.Eric Seidel1-6/+8
2015-03-26Merge branch 'master' into stagingWilliam A. Kennington III1-3/+5
2015-03-24darwin: add apple cli-tools to initialPath so we can handle overrideCCEric Seidel1-3/+5
2015-03-24Merge branch 'master' into stagingThomas Tuegel1-9/+0
2015-03-23stdenv-darwin: Auto-detect the "right" SDK versionEelco Dolstra1-1/+5
2015-03-23stdenv-darwin: Use --sdk macosx10.9Eelco Dolstra1-1/+1
2015-03-23No camelCase in filenamesEelco Dolstra2-1/+1
2015-03-23Remove unused fileEelco Dolstra1-9/+0
2015-03-04stdenv/darwin: choose sdkroot based xcrun defaultEric Seidel1-4/+3
2015-03-01Revert "Fix building on Xcode"Joel Taylor1-4/+4
2015-02-24Fix building on XcodeEelco Dolstra1-4/+4
2015-02-18Bootstrap tools for the upcoming new darwin stdenv (not working yet in this s...Dan Peebles2-0/+338
2015-02-18Flip cctools and cctools crossDan Peebles1-1/+1
2015-02-03move libcxx[abi] into llvm treeEric Seidel1-2/+1
2015-02-03new darwin stdenvEric Seidel2-34/+198
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