summary refs log tree commit diff
path: root/pkgs/build-support/clang-wrapper
Commit message (Expand)AuthorAge
* Partially merge gcc-wrapper and clang-wrapperEelco Dolstra2014-07-02
* Darwin: Search for libraries in $sdk/usr/libEelco Dolstra2014-07-01
* preferLocalBuild: set to true for wrappers and fetchersVladimír Čunát2014-02-10
* Add a stdenv adapter ‘useGoldLinker’ to force use of GoldEelco Dolstra2014-02-05
* clang-wrapper: Set $CXX to clangEelco Dolstra2014-01-23
* clang-wrapper: Sync with gcc-wrapperEelco Dolstra2014-01-23
* Add full llvm build, update libc++ and dragoneggShea Levy2014-01-20
* clang-wrapper: Optionally use libc++ instead of libstdc++.Petr Rockai2013-11-16
* clang-wrapper: Guard against LD_LIBRARY_PATH.Petr Rockai2013-11-16
* Rename hostDrv -> crossDrv, buildDrv -> nativeDrvEelco Dolstra2012-12-28
* Extend compiler wrapper scripts to allow compilation of "/dev/null" input.Peter Simons2012-07-02
* Add armv7l support.Nicolas Pierron2012-04-15
* svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-01-26
|\
| * Changing every reference from mips64-linux to mips64el-linux. That'sLluís Batlle i Rossell2012-01-21
* | * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
* | * Remove the NIX_STRIP_DEBUG flag. It was undocumented and confusingEelco Dolstra2011-12-12
|/
* Use -isystem instead of -I for system headers to avoid warnings when using -p...Shea Levy2011-10-27
* First try at a clang-wrapper. Hello world compiles\!Shea Levy2011-10-18